From 63645d248c765244488cd34dbc1bb6528ca6b7c7 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 05 九月 2023 09:58:13 +0800 Subject: [PATCH] 修复编译 --- system-service/vo/wifi.go | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/system-service/vo/wifi.go b/system-service/vo/wifi.go index df2f243..6b5af70 100644 --- a/system-service/vo/wifi.go +++ b/system-service/vo/wifi.go @@ -1,18 +1,18 @@ -package vo - -type WifiConf struct { - WanEnable bool `json:"wanEnable"` //鏄惁鍏佽澶栫綉璁块棶 - Name string `json:"name"` //鍚嶇О - Password string `json:"password"` //瀵嗙爜 - Wps string `json:"wps"` //WPS鍔犲瘑 - AuthType string `json:"authType"` //鎺堟潈鏂瑰紡 - PowerRate string `json:"powerRate"` //鍙戝皠鍔熺巼 - Ip string `json:"ip"` //IP - Mask string `json:"mask"` //瀛愮綉鎺╃爜 - Gateway string `json:"gateway"` //缃戝叧 - Dns string `json:"dns"` //DNS - DhcpIpFrom string `json:"dhcpIpFrom"` //DHCP ip姹犺捣濮嬪湴鍧� - DhcpIpTo string `json:"dhcpIpTo"` //DHCP ip姹犵粨鏉熷湴鍧� - DhcpGateway string `json:"dhcpGateway"` //DHCP 榛樿缃戝叧 - DhcpDns string `json:"dhcpDns"` //DHCP DNS +package vo + +type WifiConf struct { + WanEnable bool `json:"wanEnable"` //鏄惁鍏佽澶栫綉璁块棶 + Name string `json:"name"` //鍚嶇О + Password string `json:"password"` //瀵嗙爜 + Wps string `json:"wps"` //WPS鍔犲瘑 + AuthType string `json:"authType"` //鎺堟潈鏂瑰紡 + PowerRate string `json:"powerRate"` //鍙戝皠鍔熺巼 + Ip string `json:"ip"` //IP + Mask string `json:"mask"` //瀛愮綉鎺╃爜 + Gateway string `json:"gateway"` //缃戝叧 + Dns string `json:"dns"` //DNS + DhcpIpFrom string `json:"dhcpIpFrom"` //DHCP ip姹犺捣濮嬪湴鍧� + DhcpIpTo string `json:"dhcpIpTo"` //DHCP ip姹犵粨鏉熷湴鍧� + DhcpGateway string `json:"dhcpGateway"` //DHCP 榛樿缃戝叧 + DhcpDns string `json:"dhcpDns"` //DHCP DNS } \ No newline at end of file -- Gitblit v1.8.0