Commit a06dd37838dd4945ef09b1d4ea7e8b83cb17eccd

Authored by zhangqijia
1 parent c438303b

fix: update

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
models.proto
... ... @@ -24,10 +24,11 @@ message Hero {
24 24 message Equipment {
25 25 string id = 1; // @inject_tag: index:"unique" pri:"1"
26 26 string role_id = 2;
27   - string type = 3;
28   - int32 enhance_level = 4;
29   - string hero_id = 5;
30   - int32 quality = 6;
  27 + int32 tb_id = 3;
  28 + int32 typ = 4;
  29 + int32 enhance_level = 5;
  30 + string hero_id = 6;
  31 + int32 quality = 7;
31 32 }
32 33  
33 34 message Prop {
... ...