yinbentan
2024-07-25 a904aa32e66688ba76c9e4b71b6738b0ba5f5d4f
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 {
@@ -23,6 +23,10 @@
   AddDict
}
type CodeStandard struct {
   Type int `json:"type"` // 类型
}
// ---------------------------------------生丝---------------------------------
type GetPriceStandard struct {
   PageInfo