From 49ed96a76632694d0df89d06f46f60a259ba1782 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期日, 16 六月 2019 14:16:33 +0800
Subject: [PATCH] fix sdk del_flag
---
protomsg.proto | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/protomsg.proto b/protomsg.proto
index ec569b7..08ca4b3 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -153,15 +153,16 @@
string update_time = 8;
string create_by = 9;
string enabled = 10;//鏄惁鍚敤
- string del_flag = 11;//鏄惁鍒犻櫎
+ int32 del_flag = 11;//鏄惁鍒犻櫎
}
//SdkArg struct
message SdkArg {
- string alias = 2;//鍙傛暟鍒悕
- string name = 3;//鍙傛暟鍚嶇О
- string type = 4;//鍙傛暟绫诲瀷
- bool must = 5;//鍙傛暟鏄惁蹇呭~
+ string alias = 1;//鍙傛暟鍒悕
+ string name = 2;//鍙傛暟鍚嶇О
+ string type = 3;//鍙傛暟绫诲瀷
+ bool must = 4;//鍙傛暟鏄惁蹇呭~
+ string unit = 5;//鍗曚綅
string range = 6;//鍙傛暟鐨勮寖鍥�
int32 sort = 7;//鍙傛暟鎺掑簭
}
--
Gitblit v1.8.0