mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-12-05 20:29:10 +00:00
仓库中添加内置的demo
This commit is contained in:
12
demo/proto/test.proto
Normal file
12
demo/proto/test.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package com.kunpo.proto.test;
|
||||
|
||||
// 用户基本信息
|
||||
message UserInfo {
|
||||
int32 userId = 1;
|
||||
string userName = 2;
|
||||
string nickName = 3;
|
||||
int32 level = 4;
|
||||
int64 createTime = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user