Commit e64dfe99b094f9ad52fa91236854d6ed9953d2be

Authored by zhanghualin
1 parent 137e6c9f

空格我用来分割 ’类型‘ ‘=’ ‘值’ , 所以类型的地方不给空格隔开

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models.proto
... ... @@ -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 }
... ...