From 8e99b8ff834caf55656a72450843cb2cf762dd0b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 08 十一月 2023 14:37:47 +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