fix
zhangqian
2024-04-09 c74a3671610ad2dfb864b0731291dc158750f55b
controllers/request/system_set.go
@@ -7,7 +7,7 @@
type GetDictList struct {
   PageInfo
   DictType constvar.DictType `json:"dictType"` //字典类型
   DictType *constvar.DictType `json:"dictType" form:"dictType"` //字典类型
}
type AddDict struct {