yinbentan
2024-07-10 743614db00f9b8cd9a97997a743f9c161e493aea
controllers/request/system_set.go
@@ -7,7 +7,8 @@
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 {
@@ -47,10 +48,4 @@
   RankProp  string          `json:"rankProp"`  //前缀key
   RankName  string          `json:"rankName"`  //等级名称
   RankValue decimal.Decimal `json:"rankValue"` //等级值
}
// ---------------------------------------车间---------------------------------
type GetWorkshopManage struct {
   PageInfo
   KeyWord string `json:"keyWord"`
}