Commit dbbfe281b58050ab17334841266d7ccc80b009bd

Authored by zhangqijia
1 parent ef1f24f1

fix: update protos

Showing 1 changed file with 0 additions and 27 deletions   Show diff stats
@@ -4,33 +4,6 @@ option go_package = "../pb;pb"; @@ -4,33 +4,6 @@ option go_package = "../pb;pb";
4 package models; 4 package models;
5 //import "google/protobuf/empty.proto"; 5 //import "google/protobuf/empty.proto";
6 6
7 -message LogConf {  
8 - string typ = 1;  
9 - string desc = 2;  
10 - string ucode = 3;  
11 - string key1 = 4;  
12 - string key2 = 6;  
13 - string text = 7;  
14 - int32 short1 = 8;  
15 - string int1 = 9;  
16 - string int2 = 10;  
17 - int64 long1 = 11;  
18 - float float1 = 12;  
19 -  
20 - int64 cint1 = 13;  
21 - int64 cint2 = 14;  
22 - int64 cint3 = 15;  
23 -  
24 - // common role  
25 - string id = 20;  
26 - string name = 21;  
27 - string uid = 22;  
28 - int32 level = 23;  
29 - string device = 24;  
30 - int64 ltime = 25;  
31 - int64 otime = 26;  
32 -}  
33 -  
34 message Account { 7 message Account {
35 string phone = 1; // @inject_tag: index:"unique" pri:"1" 8 string phone = 1; // @inject_tag: index:"unique" pri:"1"
36 string password = 2; 9 string password = 2;