From 8bc6fff33ac1eb45c3413c93627607e470ad32f5 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 18 十一月 2025 13:22:43 +0800
Subject: [PATCH] feat: 新增出账投保人数
---
src/services/api/typings.d.ts | 85 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 85 insertions(+), 0 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index faa86b6..7673e1b 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[];
}
@@ -640,6 +643,11 @@
status?: InsureProductSettingStatusEnum;
/** 鎶曚繚浜烘暟涓婇檺 */
maxCount: number;
+ payerType?: InsureProductPayerType;
+ /** 浠樻浜哄悕绉� */
+ payerName?: string;
+ /** 浠樻浜鸿瘉浠跺彿 */
+ payerCertNo?: string;
}
interface CreateOrUpdateRoleInput {
@@ -677,6 +685,11 @@
incomeBankName?: string;
enterpriseId?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ auditType?: EnumParkBountyTradeDetailAuditType;
+ /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+ insurancePolicyId?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
}
interface CreateTempTokenInput {
@@ -750,7 +763,11 @@
configuration?: Record<string, any>;
}
+ type EnumAmountUpdateType = 10 | 20;
+
type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
+
+ type EnumParkBountyTradeDetailAuditType = 10 | 100;
interface ExportInsuranceStaffListInput {
status?: InsuranceDetailStatusEnum;
@@ -1041,6 +1058,10 @@
auditRemark?: string;
/** 淇濋櫓浜у搧IdNumber */
productIdNumber?: string;
+ /** 浠樻浜哄悕绉� */
+ payerName?: string;
+ /** 浠樻浜鸿瘉浠跺彿 */
+ payerCertNo?: string;
/** 鏂规浠g爜 */
productSchemeCode?: string;
/** 鏄惁璧扮嚎涓婃祦绋� */
@@ -1196,6 +1217,7 @@
/** 瀹℃牳鏃堕棿 */
financeAuditTime?: string;
auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
/** 瀹℃牳澶囨敞 */
auditRemark?: string;
/** 瀹℃牳鏃堕棿 */
@@ -1221,6 +1243,10 @@
selfAuditFileUrl?: string;
creationTime?: string;
bountyAmount?: number;
+ /** 瀹℃牳鍑瘉 */
+ financeAuditFileUrl?: string;
+ /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+ insureBillUrl?: string;
}
interface GetParkBountyTradeDetailOutputPageOutput {
@@ -1487,6 +1513,14 @@
age?: number;
/** 鐢佃瘽鍙风爜 */
phoneNumber?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
/** 鑱屼笟/宸ョ */
workType: string;
/** 鎬у埆 */
@@ -1517,6 +1551,14 @@
certType?: string;
idNumber?: string;
insuranceScheme?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
workType?: string;
birthDay?: string;
remark?: string;
@@ -1536,6 +1578,14 @@
idNumber: string;
/** 鐢佃瘽鍙风爜 */
phoneNumber?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
/** 鑱屼笟/宸ョ */
workType: string;
/** 鎬у埆 */
@@ -1904,6 +1954,14 @@
age?: number;
/** 鍑虹敓鏃ユ湡 */
birthDay?: string;
+ /** 鑱屼笟绫诲瀷 */
+ occupationType?: string;
+ /** 鑱屼笟鐮佸�� */
+ occupationCode?: string;
+ /** 鐢ㄥ伐鍗曚綅 */
+ workEnterprise?: string;
+ /** 鐢ㄥ伐鍦扮偣 */
+ workAddress?: string;
/** 鑱屼笟鍚嶇О */
workType?: string;
changeType?: BatchChangeTypeEnum;
@@ -1938,6 +1996,9 @@
effectTime?: string;
/** 闄勪欢涓婁紶 */
attachmentUrl?: string;
+ amountUpdateType?: EnumAmountUpdateType;
+ /** 淇濊垂璋冩暣閲戦 */
+ amountUpdate?: number;
}
interface InsureBatchBillDtoPageOutput {
@@ -1972,6 +2033,8 @@
/** 鎶曚繚浜� */
enterpriseName?: string;
}
+
+ type InsureProductPayerType = 1 | 2;
interface InsureProductSchemeDto {
/** Id */
@@ -2015,6 +2078,11 @@
creationTime?: string;
/** 鎶曚繚浜烘暟涓婇檺 */
maxCount?: number;
+ payerType?: InsureProductPayerType;
+ /** 浠樻浜哄悕绉� */
+ payerName?: string;
+ /** 浠樻浜鸿瘉浠跺彿 */
+ payerCertNo?: string;
/** 鏄惁璧扮嚎涓婃祦绋� */
online?: boolean;
}
@@ -2314,6 +2382,7 @@
trade?: ProposalInputRequestBodyTrade;
/** 鎷撳睍鑺傜偣 */
policyExtra?: ProposalInputRequestBodyPolicyExtra[];
+ policyPayer?: ProposalInputRequestBodyPolicyPayer;
}
interface ProposalInputRequestBodyCommonPlan {
@@ -2502,6 +2571,19 @@
startTime?: string;
/** 淇濆崟姝㈡湡锛堝彲閫夛紝鎵归噺鍑哄崟蹇呴』锛� */
endTime?: string;
+ }
+
+ interface ProposalInputRequestBodyPolicyPayer {
+ /** 鏄惁涓庢姇淇濅汉涓�鑷� */
+ sameWithHolder?: string;
+ /** 浠樻浜虹被鍨� */
+ payerType?: string;
+ /** 浠樻浜哄悕绉� */
+ payerName?: string;
+ /** 浠樻浜鸿瘉浠剁被鍨� */
+ payerCertType?: string;
+ /** 浠樻浜鸿瘉浠跺彿 */
+ payerCertNo?: string;
}
interface ProposalInputRequestBodyTrade {
@@ -2744,6 +2826,9 @@
effectTime?: string;
/** 闄勪欢涓婁紶 */
attachmentUrl?: string;
+ amountUpdateType?: EnumAmountUpdateType;
+ /** 淇濊垂璋冩暣閲戦 */
+ amountUpdate?: number;
}
interface SetMyModule {
--
Gitblit v1.9.1