From 39a0dc276d7a567548b314a94b5f812c6a8b1d17 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 30 十月 2025 16:59:09 +0800
Subject: [PATCH] fix: 3.4.2.10
---
src/services/api/typings.d.ts | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index faa86b6..a7161b0 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[];
}
@@ -677,6 +680,9 @@
incomeBankName?: string;
enterpriseId?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ auditType?: EnumParkBountyTradeDetailAuditType;
+ /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+ insurancePolicyId?: string;
}
interface CreateTempTokenInput {
@@ -750,7 +756,11 @@
configuration?: Record<string, any>;
}
+ type EnumAmountUpdateType = 10 | 20;
+
type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
+
+ type EnumParkBountyTradeDetailAuditType = 10 | 100;
interface ExportInsuranceStaffListInput {
status?: InsuranceDetailStatusEnum;
@@ -1221,6 +1231,10 @@
selfAuditFileUrl?: string;
creationTime?: string;
bountyAmount?: number;
+ /** 瀹℃牳鍑瘉 */
+ financeAuditFileUrl?: string;
+ /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+ insureBillUrl?: string;
}
interface GetParkBountyTradeDetailOutputPageOutput {
@@ -1487,6 +1501,14 @@
age?: number;
/** 鐢佃瘽鍙风爜 */
phoneNumber?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
/** 鑱屼笟/宸ョ */
workType: string;
/** 鎬у埆 */
@@ -1517,6 +1539,14 @@
certType?: string;
idNumber?: string;
insuranceScheme?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
workType?: string;
birthDay?: string;
remark?: string;
@@ -1536,6 +1566,14 @@
idNumber: string;
/** 鐢佃瘽鍙风爜 */
phoneNumber?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
/** 鑱屼笟/宸ョ */
workType: string;
/** 鎬у埆 */
@@ -1904,6 +1942,14 @@
age?: number;
/** 鍑虹敓鏃ユ湡 */
birthDay?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
/** 鑱屼笟鍚嶇О */
workType?: string;
changeType?: BatchChangeTypeEnum;
@@ -1938,6 +1984,9 @@
effectTime?: string;
/** 闄勪欢涓婁紶 */
attachmentUrl?: string;
+ amountUpdateType?: EnumAmountUpdateType;
+ /** 淇濊垂璋冩暣閲戦 */
+ amountUpdate?: number;
}
interface InsureBatchBillDtoPageOutput {
@@ -2744,6 +2793,9 @@
effectTime?: string;
/** 闄勪欢涓婁紶 */
attachmentUrl?: string;
+ amountUpdateType?: EnumAmountUpdateType;
+ /** 淇濊垂璋冩暣閲戦 */
+ amountUpdate?: number;
}
interface SetMyModule {
--
Gitblit v1.9.1