index.ts 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 export interface DictItem { id: string; itemText: string; itemValue: string; description: string; sort: number; status: number; createTime: string; updateTime: string; }