From 7c1ed5b09faa760292cdd47441ade8a16099d8b8 Mon Sep 17 00:00:00 2001
From: tuqin <tuqin@tuqin.cn>
Date: 星期一, 14 九月 2026 15:28:39 +0800
Subject: [PATCH] feat: 售后工单按条绑定部门与原因类型;新增加班工资管理;员工附件留档
---
src/api/hrm/employee/index.ts | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/api/hrm/employee/index.ts b/src/api/hrm/employee/index.ts
index 4c0360a..0afd4a7 100644
--- a/src/api/hrm/employee/index.ts
+++ b/src/api/hrm/employee/index.ts
@@ -27,6 +27,8 @@
regularDate?: string;
leaveDate?: string;
employeeStatus?: number;
+ /** 鍛樺伐绫诲埆锛�1-鏅�氬憳宸ワ紝2-鎶�宸ワ紝3-绠$悊 */
+ employeeCategory?: number;
annualLeaveBalance?: number;
sickLeaveBalance?: number;
salaryStructureId?: number;
@@ -44,6 +46,10 @@
workHistories?: WorkHistory[];
/** 绱ф�ヨ仈绯讳汉鍒楄〃 */
emergencyContacts?: EmergencyContact[];
+ /** 闄勪欢 blobId 鍒楄〃锛堜繚瀛樻椂浼犲叆锛� */
+ blobIds?: number[];
+ /** 闄勪欢鍒楄〃锛堣鎯呮椂杩斿洖锛� */
+ attachmentList?: { id: number; name?: string; url?: string }[];
}
/** 鏁欒偛缁忓巻 */
--
Gitblit v1.9.3