测试嵌套消息和import功能

This commit is contained in:
2023-01-19 16:02:36 +08:00
parent ad688a03dd
commit aed9362e36
7 changed files with 48 additions and 44 deletions
+9
View File
@@ -0,0 +1,9 @@
syntax = "proto3";
package Common;
option go_package = "tldemo/services/Common";
enum Gender {
Male=0;
Female=1;
}