// 附件 export interface Attach { id:string; url: string; } // 附件分组 export interface AttachGroup { id:string; name: string; }