This commit is contained in:
JNG 2026-02-03 16:46:33 +08:00
parent fa43fadae2
commit 4f3fcb8206
3 changed files with 13 additions and 2 deletions

View File

@ -355,6 +355,7 @@ func OrderRecordDetail(req *bundle.OrderRecordsDetailRequest) (res *bundle.Order
Num: addBundle.Num,
ValueAddUUID: addBundle.ValueAddUUID,
EquityType: addBundle.EquityType,
ServiceType: addBundle.ServiceType,
}
addInfos = append(addInfos, addInfo)
}

View File

@ -473,6 +473,7 @@ message AddInfo{
int32 num = 2 [json_name = "num"];
string valueAddUUID = 3 [json_name = "valueAddUUID"];
int32 equityType = 4 [json_name = "equityType"];
int32 serviceType = 5 [json_name = "serviceType"];
}
message OrderAddRecord{

View File

@ -3387,6 +3387,7 @@ type AddInfo struct {
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
ValueAddUUID string `protobuf:"bytes,3,opt,name=valueAddUUID,proto3" json:"valueAddUUID"`
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
sizeCache protoimpl.SizeCache
}
@ -3449,6 +3450,13 @@ func (x *AddInfo) GetEquityType() int32 {
return 0
}
func (x *AddInfo) GetServiceType() int32 {
if x != nil {
return x.ServiceType
}
return 0
}
type OrderAddRecord struct {
state protoimpl.MessageState `protogen:"open.v1"`
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" +
"\vreSignature\x18( \x01(\x05R\vreSignature\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" +
"\aorderNo\x18\x01 \x01(\tR\aorderNo\x12\x10\n" +
"\x03num\x18\x02 \x01(\x05R\x03num\x12\"\n" +
"\fvalueAddUUID\x18\x03 \x01(\tR\fvalueAddUUID\x12\x1e\n" +
"\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" +
"\n" +
"bundleUuid\x18\x01 \x01(\tR\n" +