/** * 导出文件 * * @export * @class ExportFileUILogicBase */ export default class ExportFileUILogicBase { /** * Creates an instance of exportFileBase. * * @param {*} [opts={}] * @memberof ExportFileUILogicBase */ constructor(opts: any = {}) { } }