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