export declare class TableAttachInitRequest { constructor(params: Partial); busiIds?: string; fileName?: string; fileType?: string; tag?: string; unitNo?: string; orgNo?: string; projCode?: string; /** * 会话Id */ asrSessionGuid?: string; /** * 业务表 */ asrTable?: string; /** * 业务表主键 */ asrCode?: string; /** * 业务单据url */ busUrl?: string; /** * 附件表 */ asrAttachTable?: string; /** * 业务类型代码 */ busTypeCode?: string; /** * 组织Id */ orgId?: string; /** * 是否为字段附件 */ colAttach?: 0 | 1; }