GroupDTO.ets 219 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 import { CompDTO } from './CompDTO'; /** * 组件列表的body */ export interface GroupDTO { blockDesc: string; groupStrategy: number; id: number; // itemNum?: any; showType: number; sortValue: number; }