Commit 9242c0fe9dc4ff28f2f98437e1d61504a6cb2e1f

Authored by zhangqijia
2 parents 5db9e5f5 b42f7577

Merge branch 'master' of 120.26.43.151:zhangqijia/Pro2dProtoBuffers

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
models.proto
... ... @@ -87,8 +87,8 @@ message Increment {
87 87  
88 88 message Store {
89 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 94 message Role {
... ...