From 675c5351b004b77844b02f7d023c60598276e01c Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期日, 16 六月 2019 14:23:19 +0800
Subject: [PATCH] fix sdk.enabled type to bool

---
 protomsg.proto |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 08ca4b3..ad64dca 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -152,7 +152,7 @@
     string create_time = 7;
     string update_time = 8;
     string create_by = 9;
-    string enabled = 10;//鏄惁鍚敤
+    bool enabled = 10;//鏄惁鍚敤
     int32 del_flag = 11;//鏄惁鍒犻櫎
 }
 

--
Gitblit v1.8.0