BaseDTO.ets 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { CompAdvMatInfoBean } from '../adv/CompAdvInfoBean'; import { AudioDTO } from '../content/AudioDTO'; import { ContentDTO } from '../content/ContentDTO'; export interface BaseDTO { }