新增待办信息

This commit is contained in:
2025-12-22 23:13:52 +08:00
parent dac75e453c
commit 50c1e0dfbe
2 changed files with 8 additions and 32 deletions

View File

@@ -25,6 +25,7 @@ export interface BizMailAttachments extends BasicModel<BizMailAttachments> {
downloadCount?: number; // 下载次数
isCompressed?: string; // 是否压缩
isEncrypted?: string; // 是否加密
svgIcon?: string; //文件图标
}
export const bizMailAttachmentsList = (params?: BizMailAttachments | any) =>