修改
This commit is contained in:
parent
fa43fadae2
commit
4f3fcb8206
@ -355,6 +355,7 @@ func OrderRecordDetail(req *bundle.OrderRecordsDetailRequest) (res *bundle.Order
|
|||||||
Num: addBundle.Num,
|
Num: addBundle.Num,
|
||||||
ValueAddUUID: addBundle.ValueAddUUID,
|
ValueAddUUID: addBundle.ValueAddUUID,
|
||||||
EquityType: addBundle.EquityType,
|
EquityType: addBundle.EquityType,
|
||||||
|
ServiceType: addBundle.ServiceType,
|
||||||
}
|
}
|
||||||
addInfos = append(addInfos, addInfo)
|
addInfos = append(addInfos, addInfo)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -473,6 +473,7 @@ message AddInfo{
|
|||||||
int32 num = 2 [json_name = "num"];
|
int32 num = 2 [json_name = "num"];
|
||||||
string valueAddUUID = 3 [json_name = "valueAddUUID"];
|
string valueAddUUID = 3 [json_name = "valueAddUUID"];
|
||||||
int32 equityType = 4 [json_name = "equityType"];
|
int32 equityType = 4 [json_name = "equityType"];
|
||||||
|
int32 serviceType = 5 [json_name = "serviceType"];
|
||||||
}
|
}
|
||||||
|
|
||||||
message OrderAddRecord{
|
message OrderAddRecord{
|
||||||
|
|||||||
@ -3387,6 +3387,7 @@ type AddInfo struct {
|
|||||||
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
|
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
|
||||||
ValueAddUUID string `protobuf:"bytes,3,opt,name=valueAddUUID,proto3" json:"valueAddUUID"`
|
ValueAddUUID string `protobuf:"bytes,3,opt,name=valueAddUUID,proto3" json:"valueAddUUID"`
|
||||||
EquityType int32 `protobuf:"varint,4,opt,name=equityType,proto3" json:"equityType"`
|
EquityType int32 `protobuf:"varint,4,opt,name=equityType,proto3" json:"equityType"`
|
||||||
|
ServiceType int32 `protobuf:"varint,5,opt,name=serviceType,proto3" json:"serviceType"`
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
}
|
}
|
||||||
@ -3449,6 +3450,13 @@ func (x *AddInfo) GetEquityType() int32 {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (x *AddInfo) GetServiceType() int32 {
|
||||||
|
if x != nil {
|
||||||
|
return x.ServiceType
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
type OrderAddRecord struct {
|
type OrderAddRecord struct {
|
||||||
state protoimpl.MessageState `protogen:"open.v1"`
|
state protoimpl.MessageState `protogen:"open.v1"`
|
||||||
BundleUuid string `protobuf:"bytes,1,opt,name=bundleUuid,proto3" json:"bundleUuid"`
|
BundleUuid string `protobuf:"bytes,1,opt,name=bundleUuid,proto3" json:"bundleUuid"`
|
||||||
@ -16196,14 +16204,15 @@ const file_pb_bundle_proto_rawDesc = "" +
|
|||||||
"\baddInfos\x18' \x03(\v2\x0f.bundle.AddInfoR\baddInfos\x12 \n" +
|
"\baddInfos\x18' \x03(\v2\x0f.bundle.AddInfoR\baddInfos\x12 \n" +
|
||||||
"\vreSignature\x18( \x01(\x05R\vreSignature\x12\"\n" +
|
"\vreSignature\x18( \x01(\x05R\vreSignature\x12\"\n" +
|
||||||
"\fpurchaseType\x18) \x01(\x04R\fpurchaseType\x12*\n" +
|
"\fpurchaseType\x18) \x01(\x04R\fpurchaseType\x12*\n" +
|
||||||
"\x10renewalOrderUUID\x18* \x01(\tR\x10renewalOrderUUID\"y\n" +
|
"\x10renewalOrderUUID\x18* \x01(\tR\x10renewalOrderUUID\"\x9b\x01\n" +
|
||||||
"\aAddInfo\x12\x18\n" +
|
"\aAddInfo\x12\x18\n" +
|
||||||
"\aorderNo\x18\x01 \x01(\tR\aorderNo\x12\x10\n" +
|
"\aorderNo\x18\x01 \x01(\tR\aorderNo\x12\x10\n" +
|
||||||
"\x03num\x18\x02 \x01(\x05R\x03num\x12\"\n" +
|
"\x03num\x18\x02 \x01(\x05R\x03num\x12\"\n" +
|
||||||
"\fvalueAddUUID\x18\x03 \x01(\tR\fvalueAddUUID\x12\x1e\n" +
|
"\fvalueAddUUID\x18\x03 \x01(\tR\fvalueAddUUID\x12\x1e\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"equityType\x18\x04 \x01(\x05R\n" +
|
"equityType\x18\x04 \x01(\x05R\n" +
|
||||||
"equityType\"\xdd\x03\n" +
|
"equityType\x12 \n" +
|
||||||
|
"\vserviceType\x18\x05 \x01(\x05R\vserviceType\"\xdd\x03\n" +
|
||||||
"\x0eOrderAddRecord\x12\x1e\n" +
|
"\x0eOrderAddRecord\x12\x1e\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"bundleUuid\x18\x01 \x01(\tR\n" +
|
"bundleUuid\x18\x01 \x01(\tR\n" +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user