yinbentan
2024-08-30 cc7c2094568ea8f9d1697da5ed0a2c759ca81abd
controllers/request/system_set.go
@@ -7,8 +7,8 @@
type GetDictList struct {
   PageInfo
   DictType *constvar.DictType `json:"dictType" form:"dictType"` //字典类型
   Keyword  string             `json:"keyword" form:"keyword"`   //搜索关键字
   DictType constvar.DictType `json:"dictType" form:"dictType"` //字典类型
   Keyword  string            `json:"keyword" form:"keyword"`   //搜索关键字
}
type AddDict struct {
@@ -21,6 +21,10 @@
type UpdateDict struct {
   ID uint `gorm:"comment:主键ID;primaryKey;" json:"id"`
   AddDict
}
type CodeStandard struct {
   Type int `json:"type"` // 类型
}
// ---------------------------------------生丝---------------------------------
@@ -48,10 +52,4 @@
   RankProp  string          `json:"rankProp"`  //前缀key
   RankName  string          `json:"rankName"`  //等级名称
   RankValue decimal.Decimal `json:"rankValue"` //等级值
}
// ---------------------------------------车间---------------------------------
type GetWorkshopManage struct {
   PageInfo
   KeyWord string `json:"keyWord"`
}