dict_data_reqest.go 199 B

12345678910
  1. package req
  2. import "ulink-admin/pkg/base"
  3. type DictDataQuery struct {
  4. base.GlobalQuery
  5. DictType string `form:"dictType"`
  6. DictLabel string `form:"dictLabel"`
  7. Status *int `form:"status"`
  8. }