From 28bf0226d1df3817bec0947d6d1ad11356dcd290 Mon Sep 17 00:00:00 2001 From: sunty <suntianyu0923@163.com> Date: 星期三, 31 七月 2019 14:30:12 +0800 Subject: [PATCH] add endTime omitenpty add taglist serverId filter add baseInfo{persoNname phoneNum sex} to queryBody --- models/dbtables.go | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/models/dbtables.go b/models/dbtables.go index 72e821d..0377ed0 100644 --- a/models/dbtables.go +++ b/models/dbtables.go @@ -2,12 +2,12 @@ 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" example:"2019-10-12 12:14:56"` //鏈夋晥鏈熺粨鏉熸椂闂� + 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"` //鏈夋晥鏈熺粨鏉熸椂闂� IsSync string `json:"isSync,omitempty" example:"1:鍚屾鍒扮鐞嗗钩鍙帮紝2锛氫笉鍚屾"` AnalyServerId string `json:"analyServerId" example:"鏈湴搴撴墍灞炵殑鍒嗘瀽璁惧id锛屽鏋滄槸鍚屾搴撳氨涓嶉渶瑕佽褰�"` // 鍒嗘瀽璁惧id(鏈湴搴撴墍灞炵殑鍒嗘瀽璁惧id锛屽鏋滄槸鍚屾搴撳氨涓嶉渶瑕佽褰�) } -- Gitblit v1.8.0