审查视图

pkg/application/common/query/getDictionaryByCode.go 94 字节
tangxuhui authored
1 2 3
package query

type GetDictionaryByCodeQuery struct {
yangfu authored
4
	DictCode []string `json:"dictCodes"`
tangxuhui authored
5
}