| | |
| | | |
| | | 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 { |
| | |
| | | type UpdateDict struct { |
| | | ID uint `gorm:"comment:主键ID;primaryKey;" json:"id"` |
| | | AddDict |
| | | } |
| | | |
| | | type CodeStandard struct { |
| | | Type int `json:"type"` // 类型 |
| | | } |
| | | |
| | | // ---------------------------------------生丝--------------------------------- |
| | |
| | | RankProp string `json:"rankProp"` //前缀key |
| | | RankName string `json:"rankName"` //等级名称 |
| | | RankValue decimal.Decimal `json:"rankValue"` //等级值 |
| | | } |
| | | |
| | | // ---------------------------------------车间--------------------------------- |
| | | type GetWorkshopManage struct { |
| | | PageInfo |
| | | KeyWord string `json:"keyWord"` |
| | | } |