From 9d88c7c467f8d93af4aab9ba0b6d6c01c2ffc546 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 20 八月 2020 20:35:30 +0800
Subject: [PATCH] add get buckets contrl

---
 models/dbtables.go |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/models/dbtables.go b/models/dbtables.go
index fc19c8a..0bfefce 100644
--- a/models/dbtables.go
+++ b/models/dbtables.go
@@ -2,14 +2,15 @@
 
 type Dbtables struct {
 	BaseEntity
-	TableName string `json:"tableName,omitempty" example:"搴曞簱123"`               //琛ㄥ悕
-	TableDesc string `json:"tableDesc,omitempty" example:"搴曞簱鎻忚堪"`                //鎻忚堪
-	TableType string `json:"tableType,omitempty" example:"person,car"`          //浜哄憳琛�"person
-	BwType    string `json:"bwType,omitempty" example:"榛戝悕鍗�:1,鐧藉悕鍗�:0"`            //榛戝悕鍗曪細1锛岀櫧鍚嶅崟锛�0
-	StartTime string `json:"startTime,omitempty" example:"2019-01-12 12:14:56"` //鏈夋晥鏈熷紑濮嬫椂闂�
-	EndTime   string `json:"endTime,omitempty" example:"2019-10-12 12:14:56"`   //鏈夋晥鏈熺粨鏉熸椂闂�
-	//UploadFlag string `json:"uploadFlag,omitempty" example:"涓婁紶鏍囧織"` //
-	//CmpThreshold string `json:"cmpThreshold,omitempty" example:"45"`// //浜鸿劯姣斿闃堝��
-	IsSync        string `json:"isSync,omitempty" example:"1:鍚屾搴擄紝2锛氭湰鍦板簱"`                      //鏄惁鏄悓姝ュ簱(1:鍚屾搴擄紝2锛氭湰鍦板簱)
-	AnalyServerId string `json:"analyServerId,omitempty" example:"鏈湴搴撴墍灞炵殑鍒嗘瀽璁惧id锛屽鏋滄槸鍚屾搴撳氨涓嶉渶瑕佽褰�"` // 鍒嗘瀽璁惧id(鏈湴搴撴墍灞炵殑鍒嗘瀽璁惧id锛屽鏋滄槸鍚屾搴撳氨涓嶉渶瑕佽褰�)
+	TableName     string `json:"tableName" example:"搴曞簱123"`               //琛ㄥ悕
+	TableDesc     string `json:"tableDesc" example:"搴曞簱鎻忚堪"`                //鎻忚堪
+	TableType     string `json:"tableType" example:"person,car"`          //浜哄憳琛�"person
+	BwType        string `json:"bwType" example:"榛戝悕鍗�:1,鐧藉悕鍗�:0"`            //榛戝悕鍗曪細1锛岀櫧鍚嶅崟锛�0
+	StartTime     string `json:"startTime" example:"2019-01-12 12:14:56"` //鏈夋晥鏈熷紑濮嬫椂闂�
+	EndTime       string `json:"endTime" example:"2019-10-12 12:14:56"`   //鏈夋晥鏈熺粨鏉熸椂闂�
+	IsSync        string `json:"isSync" example:"1:鍚屾鍒扮鐞嗗钩鍙帮紝2锛氫笉鍚屾"`
+	AnalyServerId string `json:"analyServerId" example:"鏈湴搴撴墍灞炵殑鍒嗘瀽璁惧id锛屽鏋滄槸鍚屾搴撳氨涓嶉渶瑕佽褰�"` // 鍒嗘瀽璁惧id(鏈湴搴撴墍灞炵殑鍒嗘瀽璁惧id锛屽鏋滄槸鍚屾搴撳氨涓嶉渶瑕佽褰�)
 }
+
+//UploadFlag string `json:"uploadFlag,omitempty" example:"涓婁紶鏍囧織"` //
+//CmpThreshold string `json:"cmpThreshold,omitempty" example:"45"`// //浜鸿劯姣斿闃堝��

--
Gitblit v1.8.0