fix
zhangqian
2023-11-03 a9fa2fe7c72279cecc916bb63cee154cdea67b54
model/request/common.go
@@ -9,6 +9,6 @@
   ID uint `json:"id"` // 主键ID
}
type GetByUserId struct {
   UserId string `json:"userId"` // 用户ID
type SetCurrentDevice struct {
   CurrentDeviceID string `json:"currentDeviceID,omitempty"` //当前选定的生产设备
}