| | |
| | | type GetDictList struct { |
| | | PageInfo |
| | | DictType *constvar.DictType `json:"dictType" form:"dictType"` //字典类型 |
| | | Keyword string `json:"keyword" form:"keyword"` //搜索关键字 |
| | | } |
| | | |
| | | type AddDict struct { |
| | |
| | | // ---------------------------------------车间--------------------------------- |
| | | type GetWorkshopManage struct { |
| | | PageInfo |
| | | KeyWord string `json:"keyWord"` |
| | | KeyWord string `json:"keyWord"` |
| | | WorkshopName string `json:"workshopName"` //车间名称 |
| | | GroupNumber int `json:"groupNumber"` //组别 |
| | | } |
| | | |
| | | type GetWorkshopManageCar struct { |
| | | WorkshopName string `json:"workshopName"` //车间名称 |
| | | GroupNumber int `json:"groupNumber"` //组别 |
| | | MarketName string `json:"marketName"` //庄口名 |
| | | } |