From a4e707b4c1821e07529589ce230b87b310cb7888 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 14 Jun 2022 10:10:57 +0800 Subject: [PATCH] feat: add log component --- models.proto | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/models.proto b/models.proto index 48268a2..5add5d3 100644 --- a/models.proto +++ b/models.proto @@ -4,6 +4,11 @@ option go_package = "../pb;pb"; package models; //import "google/protobuf/empty.proto"; +message LogConf { + string typ = 1; + string ucode = 2; +} + message Account { string phone = 1; // @inject_tag: index:"unique" pri:"1" string password = 2; -- libgit2 0.21.2