fux
zhangqian
2024-04-12 ec09e33c25c46317edcb705029aa4be8d9cc94f6
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"`   ///庄口名
}