新增待办信息
This commit is contained in:
@@ -25,6 +25,7 @@ export interface BizMailAttachments extends BasicModel<BizMailAttachments> {
|
||||
downloadCount?: number; // 下载次数
|
||||
isCompressed?: string; // 是否压缩
|
||||
isEncrypted?: string; // 是否加密
|
||||
svgIcon?: string; //文件图标
|
||||
}
|
||||
|
||||
export const bizMailAttachmentsList = (params?: BizMailAttachments | any) =>
|
||||
|
||||
Reference in New Issue
Block a user