From 025dad96eaf17f367745cb1d1b876a7a82b89c44 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 13 十一月 2019 19:28:57 +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