From a1ee8a8943297956a118ce624bb03c97ea45ed75 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 01 十一月 2023 11:00:07 +0800
Subject: [PATCH] update doc

---
 model/response/common.go |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/model/response/common.go b/model/response/common.go
index dae30ae..78341ce 100644
--- a/model/response/common.go
+++ b/model/response/common.go
@@ -69,3 +69,9 @@
 	Event string
 	Data  interface{}
 }
+
+type DeviceListResponse struct {
+	SystemDeviceID  string   `json:"systemDeviceID,omitempty"`  //宸ユ帶鏈鸿澶嘔D
+	CurrentDeviceID string   `json:"currentDeviceID,omitempty"` //褰撳墠閫夊畾鐨勭敓浜ц澶�
+	DeviceIDList    []string `json:"deviceIDList,omitempty"`    //鐢熶骇璁惧id鍒楄〃
+}

--
Gitblit v1.8.0