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/mqtt.go | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/system-service/vo/mqtt.go b/system-service/vo/mqtt.go index 10ded4e..77d257d 100644 --- a/system-service/vo/mqtt.go +++ b/system-service/vo/mqtt.go @@ -1,10 +1,10 @@ -package vo - -type MqttConf struct { - Enable bool `json:"enable"` //MQTT缃戝叧寮�鍏� - Ip string `json:"ip"` //ip - Port int `json:"port"` //port - Username string `json:"username"` //username - Password string `json:"password"` //password - AnonymousEnable bool `json:"anonymousEnable"` //鍖垮悕鐢ㄦ埛寮�鍏� +package vo + +type MqttConf struct { + Enable bool `json:"enable"` //MQTT缃戝叧寮�鍏� + Ip string `json:"ip"` //ip + Port int `json:"port"` //port + Username string `json:"username"` //username + Password string `json:"password"` //password + AnonymousEnable bool `json:"anonymousEnable"` //鍖垮悕鐢ㄦ埛寮�鍏� } \ No newline at end of file -- Gitblit v1.8.0