liujiandao
2024-04-10 bedfbcbe3af9635d15d0cafece60fbd311159fe5
controllers/request/system_set.go
@@ -7,7 +7,8 @@
type GetDictList struct {
   PageInfo
   DictType constvar.DictType `json:"dictType"` //字典类型
   DictType *constvar.DictType `json:"dictType" form:"dictType"` //字典类型
   Keyword  string             `json:"keyword" form:"keyword"`   //搜索关键字
}
type AddDict struct {