chore[proto]: update document and proto

This commit is contained in:
godotg
2023-12-12 16:19:21 +08:00
parent 7fe41cdc75
commit 1139b3f88c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import "one_message.proto";
option java_package = "start";
// 如果protobuf的字段的tag超过1000,则视这个字段为需要兼容的协议字段
// 如果字段的tag超过1000,则视这个字段为需要兼容的协议字段
message AllType {
bool field1 = 1;
bytes field2 = 2;
+1 -1
View File
@@ -13,7 +13,7 @@ message SimpleObject {
int64 aa = 1;
}
// 测试pb协议1
// 测试协议1
message Proj {
// 这是属性的注释
int64 id = 1;