Compare commits

...

2 Commits

Author SHA1 Message Date
songchuang
5876030f8f 新字段添加 2025-03-28 19:38:57 +08:00
songchuang
64ae262736 新字段添加 2025-03-28 18:48:01 +08:00

View File

@ -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 {