From b773b31a4468c9d6d8fde6809e3661283c167a95 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 19 八月 2019 19:32:16 +0800 Subject: [PATCH] fix enable to int32 --- protomsg.proto | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index aba81c8..cc5acd6 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -317,5 +317,5 @@ string person_id = 3;//浜哄憳id string feature = 4;//鐗瑰緛鍊糱ase64 DbAction action = 5; - bool enable = 6; + int32 enable = 6; } -- Gitblit v1.8.0