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