package DictModel type Dict struct { DictCode string `json:"dict_code"` DictValue string `json:"dict_value"` }