From dbbfe281b58050ab17334841266d7ccc80b009bd Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 19 Sep 2022 14:17:56 +0800 Subject: [PATCH] fix: update protos --- models.proto | 27 --------------------------- 1 file changed, 0 insertions(+), 27 deletions(-) diff --git a/models.proto b/models.proto index bb1e11f..d134a8a 100644 --- a/models.proto +++ b/models.proto @@ -4,33 +4,6 @@ option go_package = "../pb;pb"; package models; //import "google/protobuf/empty.proto"; -message LogConf { - string typ = 1; - string desc = 2; - string ucode = 3; - string key1 = 4; - string key2 = 6; - string text = 7; - int32 short1 = 8; - string int1 = 9; - string int2 = 10; - int64 long1 = 11; - float float1 = 12; - - int64 cint1 = 13; - int64 cint2 = 14; - int64 cint3 = 15; - - // common role - string id = 20; - string name = 21; - string uid = 22; - int32 level = 23; - string device = 24; - int64 ltime = 25; - int64 otime = 26; -} - message Account { string phone = 1; // @inject_tag: index:"unique" pri:"1" string password = 2; -- libgit2 0.21.2