package query

type GetDictionaryByCodeQuery struct {
	DictCode []string `json:"dictCodes"`
}