diff --git a/models.proto b/models.proto index e48cbaa..e6dfb16 100644 --- a/models.proto +++ b/models.proto @@ -87,8 +87,8 @@ message Increment { message Store { string id = 1; // @inject_tag: index:"unique" pri:"1" - map buy_r =2; // buy item by gold - map pay_r =3; // buy item by money + map buy_r = 2; // buy item by gold + map pay_r = 3; // buy item by money } message Role { -- libgit2 0.21.2