Commit b42f757799296d71d98992907a07a806f5eede76
1 parent
d691a0e0
稍微调整一下结构
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
models.proto
@@ -87,8 +87,8 @@ message Increment { | @@ -87,8 +87,8 @@ message Increment { | ||
87 | 87 | ||
88 | message Store { | 88 | message Store { |
89 | string id = 1; // @inject_tag: index:"unique" pri:"1" | 89 | string id = 1; // @inject_tag: index:"unique" pri:"1" |
90 | - map<string, int32> buy_r =2; // buy item by gold | ||
91 | - map<string, int32> pay_r =3; // buy item by money | 90 | + map<string,int32> buy_r = 2; // buy item by gold |
91 | + map<string,int32> pay_r = 3; // buy item by money | ||
92 | } | 92 | } |
93 | 93 | ||
94 | message Role { | 94 | message Role { |