测试import消息

This commit is contained in:
2023-01-19 16:15:59 +08:00
parent aed9362e36
commit b29a7e405f
4 changed files with 8 additions and 8 deletions
+5
View File
@@ -7,3 +7,8 @@ enum Gender {
Male=0;
Female=1;
}
message RegisterResponse {
uint64 id = 1;
string msg = 2;
}