zhangqian
2023-11-08 f655ec81dd6bb978303f2812d03c6d8740e8ed7d
model/request/common.go
@@ -8,3 +8,7 @@
type GetById struct {
   ID uint `json:"id"` // 主键ID
}
type SetCurrentDevice struct {
   CurrentDeviceID string `json:"currentDeviceID,omitempty"` //当前选定的生产设备
}