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