From 4497935a55e286ee922b99e6e478b7714a35d0b2 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 03 十一月 2023 16:28:33 +0800
Subject: [PATCH] fix
---
model/request/common.go | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/model/request/common.go b/model/request/common.go
index 952d6c6..c515c4e 100644
--- a/model/request/common.go
+++ b/model/request/common.go
@@ -8,3 +8,7 @@
type GetById struct {
ID uint `json:"id"` // 涓婚敭ID
}
+
+type SetCurrentDevice struct {
+ CurrentDeviceID string `json:"currentDeviceID,omitempty"` //褰撳墠閫夊畾鐨勭敓浜ц澶�
+}
--
Gitblit v1.8.0