From e47bc9e53ed3d64016c1e0db67d280e63b367e07 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期五, 21 八月 2026 17:05:54 +0800
Subject: [PATCH] 导入模板下载 导入 计算迟到加班早退

---
 src/api/mes/pd/document/index.ts |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/api/mes/pd/document/index.ts b/src/api/mes/pd/document/index.ts
index c326c12..73d4d5e 100644
--- a/src/api/mes/pd/document/index.ts
+++ b/src/api/mes/pd/document/index.ts
@@ -1,6 +1,7 @@
 import type { PageParam, PageResult } from '#/packages/effects/request/src';
 
 import { requestClient } from '#/api/request';
+import type { SystemStorageApi } from '#/api/system/storage';
 
 export namespace MesPdDocumentApi {
   /** 璁捐璧勬枡 */
@@ -16,14 +17,16 @@
     documentVersion?: string;
     /** 鏂囦欢鍚� */
     fileName?: string;
+    /** 鏂囦欢鍦板潃 */
+    fileUrl?: string;
     /** 涓婁紶浜猴紙鐢ㄦ埛ID锛� */
     uploadUserId?: number;
     /** 涓婁紶浜哄悕绉� */
     uploadUserNickname?: string;
     /** 涓婁紶鏃堕棿 */
     uploadTime?: number;
-    /** 鏂囦欢URL */
-    fileUrl?: string;
+    blobIds?: number[];
+    attachmentList?: SystemStorageApi.StorageBlob[];
     /** 澶囨敞 */
     remark?: string;
     /** 鍒涘缓鏃堕棿 */

--
Gitblit v1.9.3