Update contacts gender type

This commit is contained in:
Changhua
2022-10-16 11:11:47 +08:00
parent 03e11f3097
commit 9a21dbd082
2 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ message Contact {
string country = 4; // 国家
string province = 5; // 省/州
string city = 6; // 城市
string gender = 7; // 性别
int32 gender = 7; // 性别
}
message Contacts { repeated Contact contacts = 1; }