liujiandao
2024-04-11 610ae3fb0df083e4b2649dcb7956e50b7159836a
controllers/request/system_set.go
@@ -8,6 +8,7 @@
type GetDictList struct {
   PageInfo
   DictType *constvar.DictType `json:"dictType" form:"dictType"` //字典类型
   Keyword  string             `json:"keyword" form:"keyword"`   //搜索关键字
}
type AddDict struct {
@@ -54,3 +55,9 @@
   PageInfo
   KeyWord string `json:"keyWord"`
}
type GetWorkshopManageCar struct {
   WorkshopName string `json:"workshopName"` //车间名称
   GroupNumber  int    `json:"groupNumber"`  //组别
   MarketName   string `json:"marketName"`   ///庄口名
}