import DictValue from './DictValue' export default class DictInfo { // 字典编码 dictCode?: string // 字典值 list?: DictValue[] }