From 75242bbba28ae8902ddf86d33febb497d79e5fc3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 03 八月 2026 10:45:27 +0800
Subject: [PATCH] 银川 1.首页修改 2.ai辅助功能
---
src/api/hrm/resignation/index.ts | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/api/hrm/resignation/index.ts b/src/api/hrm/resignation/index.ts
index 0e01e44..8b90cd2 100644
--- a/src/api/hrm/resignation/index.ts
+++ b/src/api/hrm/resignation/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 HrmResignationApi {
/** 绂昏亴鐢宠 */
@@ -16,7 +17,8 @@
handoverUserId?: number;
handoverUserName?: string;
handoverStatus?: number;
- fileUrl?: string;
+ blobIds?: number[];
+ attachmentList?: SystemStorageApi.StorageBlob[];
status?: number;
processInstanceId?: string;
remark?: string;
--
Gitblit v1.9.3