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