| | |
| | | |
| | | type GetDictList struct { |
| | | PageInfo |
| | | DictType constvar.DictType `json:"dictType"` //字典类型 |
| | | DictType *constvar.DictType `json:"dictType" form:"dictType"` //字典类型 |
| | | Keyword string `json:"keyword" form:"keyword"` //搜索关键字 |
| | | } |
| | | |
| | | type AddDict struct { |
| | |
| | | RankProp string `json:"rankProp"` //前缀key |
| | | RankName string `json:"rankName"` //等级名称 |
| | | RankValue decimal.Decimal `json:"rankValue"` //等级值 |
| | | } |
| | | |
| | | // ---------------------------------------车间--------------------------------- |
| | | type GetWorkshopManage struct { |
| | | PageInfo |
| | | KeyWord string `json:"keyWord"` |
| | | } |