新字段添加
This commit is contained in:
commit
5876030f8f
@ -95,6 +95,11 @@ message OrderRecord {
|
||||
string valueAddBundleUuid= 21 [json_name= "valueAddBundleUuid"]; //增值套餐UUID
|
||||
float valueAddBundleAmount = 27 [json_name = "valueAddBundleAmount"]; //增值套餐金额
|
||||
float totalAmount = 28 [json_name = "totalAmount"]; //总金额
|
||||
int32 sex = 29 [json_name = "sex"];
|
||||
string nationality = 30 [json_name = "nationality"];
|
||||
string certificatePicture = 31 [json_name = "certificatePicture"];
|
||||
string placeOfResidence = 32 [json_name = "placeOfResidence"];
|
||||
string groupPhoto = 33 [json_name = "groupPhoto"];
|
||||
}
|
||||
|
||||
message OrderRecordsRequest {
|
||||
|
Loading…
Reference in New Issue
Block a user