GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e64dfe99b094f9ad52fa91236854d6ed9953d2be
Authored by
zhanghualin
2022-04-19 15:35:19 +0800
1 parent
137e6c9f
空格我用来分割 ’类型‘ ‘=’ ‘值’ , 所以类型的地方不给空格隔开
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
e64dfe9
...
...
@@ -59,5 +59,5 @@ message Role {
59
59
string buy_r = 11;
60
60
string pay_r = 12;
61
61
bool del = 13;
62
- map<string,
int64> incres = 14;
62
+ map<string,
int64> incres = 14;
63
63
}
...
...