From 8a82ce3065d6169480afb3403a4854fb64078c46 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 22:20:24 +0800
Subject: [PATCH] Merge branch 'dev-2.2.3' of http://120.26.58.240:8888/r/JYBIndependentFront into dev-2.2.3

---
 src/services/api/typings.d.ts |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index faa86b6..a69d6dc 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -516,6 +516,9 @@
     insureBillNo?: string;
     /** 鎶曚繚浜� */
     enterpriseName?: string;
+    amountUpdateType?: EnumAmountUpdateType;
+    /** 淇濊垂璋冩暣閲戦 */
+    amountUpdate?: number;
     /** 鎵规敼浜哄憳璇︽儏 */
     staffList?: InsureBatchBillDetailDto[];
   }
@@ -749,6 +752,8 @@
     properties?: Record<string, any>;
     configuration?: Record<string, any>;
   }
+
+  type EnumAmountUpdateType = 10 | 20;
 
   type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
 
@@ -1487,6 +1492,14 @@
     age?: number;
     /** 鐢佃瘽鍙风爜 */
     phoneNumber?: string;
+    /** 鑱屼笟绫诲瀷 */
+    occupationType?: string;
+    /** 鑱屼笟鐮佸�� */
+    occupationCode?: string;
+    /** 鐢ㄥ伐鍗曚綅 */
+    workEnterprise?: string;
+    /** 鐢ㄥ伐鍦扮偣 */
+    workAddress?: string;
     /** 鑱屼笟/宸ョ */
     workType: string;
     /** 鎬у埆 */
@@ -1517,6 +1530,14 @@
     certType?: string;
     idNumber?: string;
     insuranceScheme?: string;
+    /** 鑱屼笟绫诲瀷 */
+    occupationType?: string;
+    /** 鑱屼笟鐮佸�� */
+    occupationCode?: string;
+    /** 鐢ㄥ伐鍗曚綅 */
+    workEnterprise?: string;
+    /** 鐢ㄥ伐鍦扮偣 */
+    workAddress?: string;
     workType?: string;
     birthDay?: string;
     remark?: string;
@@ -1536,6 +1557,14 @@
     idNumber: string;
     /** 鐢佃瘽鍙风爜 */
     phoneNumber?: string;
+    /** 鑱屼笟绫诲瀷 */
+    occupationType?: string;
+    /** 鑱屼笟鐮佸�� */
+    occupationCode?: string;
+    /** 鐢ㄥ伐鍗曚綅 */
+    workEnterprise?: string;
+    /** 鐢ㄥ伐鍦扮偣 */
+    workAddress?: string;
     /** 鑱屼笟/宸ョ */
     workType: string;
     /** 鎬у埆 */
@@ -1904,6 +1933,14 @@
     age?: number;
     /** 鍑虹敓鏃ユ湡 */
     birthDay?: string;
+    /** 鑱屼笟绫诲瀷 */
+    occupationType?: string;
+    /** 鑱屼笟鐮佸�� */
+    occupationCode?: string;
+    /** 鐢ㄥ伐鍗曚綅 */
+    workEnterprise?: string;
+    /** 鐢ㄥ伐鍦扮偣 */
+    workAddress?: string;
     /** 鑱屼笟鍚嶇О */
     workType?: string;
     changeType?: BatchChangeTypeEnum;
@@ -1938,6 +1975,9 @@
     effectTime?: string;
     /** 闄勪欢涓婁紶 */
     attachmentUrl?: string;
+    amountUpdateType?: EnumAmountUpdateType;
+    /** 淇濊垂璋冩暣閲戦 */
+    amountUpdate?: number;
   }
 
   interface InsureBatchBillDtoPageOutput {
@@ -2744,6 +2784,9 @@
     effectTime?: string;
     /** 闄勪欢涓婁紶 */
     attachmentUrl?: string;
+    amountUpdateType?: EnumAmountUpdateType;
+    /** 淇濊垂璋冩暣閲戦 */
+    amountUpdate?: number;
   }
 
   interface SetMyModule {

--
Gitblit v1.9.1