From 263c7b18ce7f18f1222318f6e0e499e907895a52 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 13 十一月 2019 19:33:39 +0800 Subject: [PATCH] fix --- controllers/syssetcont.go | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/controllers/syssetcont.go b/controllers/syssetcont.go index 0ebeb4e..810a8aa 100644 --- a/controllers/syssetcont.go +++ b/controllers/syssetcont.go @@ -6,6 +6,7 @@ "regexp" "webserver/extend/code" "webserver/extend/config" + "webserver/extend/sys" "webserver/extend/util" ) @@ -43,6 +44,14 @@ UpdateTime string `json:"UpdateTime"` } +type SysClockConfigVo struct { + TimeZone string `json:"timeZone" example:"鏃跺尯"` + NTP bool `json:"ntp" example:"NTP鏍℃椂"` + NTPServer string `json:"ntpServer" example:"NTP鏈嶅姟鍣ㄥ湴鍧�"` + Interval int `json:"interval" example:"鑷姩鏍℃椂闂撮殧"` + NewTime string `json:"newTime" example:"鎵嬪姩鎸囧畾鏃堕棿"` +} + // @Security ApiKeyAuth // @Summary 鍩虹璁剧疆鏌ヨ // @Description 鍩虹璁剧疆鏌ヨ -- Gitblit v1.8.0