新字段添加

This commit is contained in:
songchuang 2025-03-28 19:38:57 +08:00
commit 5876030f8f

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 {