From 053a403319edd8c55662b72c4c34e7e03ae7d249 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 26 六月 2025 16:29:09 +0800
Subject: [PATCH] feat: v2.2

---
 src/services/api/typings.d.ts |  288 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 286 insertions(+), 2 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 66ea985..0507e56 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -152,6 +152,10 @@
     id?: string;
   }
 
+  interface APIdeleteInsureProductSettingParams {
+    id?: string;
+  }
+
   interface APIdeleteModuleButtonParams {
     id?: string;
   }
@@ -354,6 +358,7 @@
   interface APIimportInsStaffToListParams {
     url?: string;
     serialNum?: string;
+    productIdNumber?: string;
   }
 
   interface APIsearchParams {
@@ -474,6 +479,10 @@
     checkStatus?: BatchBillCheckStatus;
     /** 鐢熸晥鏃堕棿 */
     effectTime?: string;
+    /** 淇濆崟鐢熸晥鏃堕棿 */
+    effectStartTime?: string;
+    /** 淇濆崟澶辨晥鏃堕棿 */
+    effectEndTime?: string;
     /** 闄勪欢涓婁紶 */
     attachmentUrl?: string;
     /** 淇濆崟鍙� */
@@ -482,6 +491,10 @@
     enterpriseName?: string;
     /** 鎵规敼浜哄憳璇︽儏 */
     staffList?: InsureBatchBillDetailDto[];
+  }
+
+  interface BatchSyncUserAmountInput {
+    items?: SyncUserAmountInput[];
   }
 
   interface ChangePasswordInput {
@@ -564,6 +577,21 @@
     enterpriseName?: string;
   }
 
+  interface CreateOrUpdateInsureProductSettingInput {
+    id?: string;
+    /** 鐢ㄦ埛ID */
+    userId?: string;
+    /** 浜у搧ID */
+    productIdNumber: string;
+    /** 鍙備繚鏈烘瀯 */
+    insuranceOrg: string;
+    /** 鎶曚繚鏂规 */
+    insuranceScheme: string;
+    /** 鎶曚繚鏂瑰紡 */
+    insurancePeriod: string;
+    status?: InsureProductSettingStatusEnum;
+  }
+
   interface CreateOrUpdateRoleInput {
     /** 鍚嶇О */
     name?: string;
@@ -577,6 +605,22 @@
     remark?: string;
     /** 瑙掕壊Id */
     id?: string;
+  }
+
+  interface CreateParkBountyTradeInput {
+    enterpriseId?: string;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鍑瘉 */
+    payFileUrl?: string;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
+    access?: ParkBountyTradeAccessEnum;
+  }
+
+  interface CreateTempTokenInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
   }
 
   interface CurrentCultureDto {
@@ -728,6 +772,8 @@
     key?: string;
   }
 
+  type FinanceTypeEnum = 10 | 20;
+
   interface GetEffectingStaffListInput {
     claimDateTime?: string;
     idNumber?: string;
@@ -735,6 +781,45 @@
 
   interface GetFeatureListResultDto {
     groups?: FeatureGroupDto[];
+  }
+
+  interface GetFileRecordInput {
+    pageModel?: Pagination;
+    /** 鎿嶄綔璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鎿嶄綔缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+  }
+
+  interface GetFileRecordOutput {
+    /** Id */
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    enterpriseId?: string;
+    /** 鏂囦欢鍚嶇О */
+    name?: string;
+    /** 浜嬩欢 */
+    event?: string;
+    /** 鎿嶄綔 */
+    operate?: string;
+    /** 鐘舵�� */
+    status?: string;
+    /** 婧愭枃浠跺湴鍧� */
+    fileUrl?: string;
+    /** 瀵煎嚭鏁版嵁/閿欒鏁版嵁 JSON鏍煎紡 */
+    jsonData?: string;
+    /** 鎿嶄綔鏃堕棿 */
+    creationTime?: string;
+    /** 鎬绘暟鎹噺 */
+    count?: number;
+    /** 鎴愬姛鏁版嵁閲� */
+    successCount?: number;
+  }
+
+  interface GetFileRecordOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetFileRecordOutput[];
   }
 
   interface GetInsuranceBatchBillForCheckInput {
@@ -761,6 +846,7 @@
     condition?: string;
     insurancePeriod?: string;
     status?: InsurancePolicyStatusEnum;
+    auditStatus?: InsurancePolicyAuditStatusEnum;
   }
 
   interface GetInsurancePageOutput {
@@ -810,6 +896,11 @@
     creationTime?: string;
     companyName?: string;
     isClosedOutTime?: boolean;
+    auditStatus?: InsurancePolicyAuditStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 淇濋櫓浜у搧IdNumber */
+    productIdNumber?: string;
   }
 
   interface GetInsurancePageOutputPageOutput {
@@ -846,6 +937,79 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: GetInsuranceStaffPageTemplate[];
+  }
+
+  interface GetInsureProductSettingPageInput {
+    pageModel?: Pagination;
+    /** 鐢ㄦ埛ID */
+    userId?: string;
+  }
+
+  interface GetParkBountyTradeDetailByIdInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鍑鸿处璧峰鏃ユ湡 */
+    transferTimeBegin?: string;
+    /** 鍑鸿处缁撴潫鏃ユ湡 */
+    transferTimeEnd?: string;
+    enterpriseId?: string;
+  }
+
+  interface GetParkBountyTradeDetailOutput {
+    id?: string;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鍑瘉 */
+    payFileUrl?: string;
+    access?: ParkBountyTradeAccessEnum;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
+    /** 鍑鸿处鏃堕棿 */
+    tradeTime?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+    financeType?: FinanceTypeEnum;
+  }
+
+  interface GetParkBountyTradeDetailOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyTradeDetailOutput[];
+  }
+
+  interface GetParkBountyTradeInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鍑鸿处璧峰鏃ユ湡 */
+    transferTimeBegin?: string;
+    /** 鍑鸿处缁撴潫鏃ユ湡 */
+    transferTimeEnd?: string;
+  }
+
+  interface GetParkBountyTradeOutput {
+    enterpriseId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鏃堕棿 */
+    tradeTime?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+  }
+
+  interface GetParkBountyTradeOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyTradeOutput[];
   }
 
   interface GetPermissionListResultDto {
@@ -1028,6 +1192,8 @@
   }
 
   interface ImportBatchStaffListInput {
+    /** 鍘熻淇濅汉濮撳悕 */
+    orginName?: string;
     orginIdNumber?: string;
     /** 鐢佃瘽鍙风爜 */
     phoneNumber?: string;
@@ -1041,6 +1207,7 @@
     workType?: string;
     birthDay?: string;
     remark?: string;
+    changeType?: BatchChangeTypeEnum;
   }
 
   interface ImportBatchUpdateOrderDataInput {
@@ -1188,11 +1355,13 @@
     accidentType?: string;
     /** 浜嬫晠鍙戠敓鏃堕棿 */
     accidentTime?: string;
-    /** 浼ゆ畫姣斾緥 */
     disabilityRatio?: number;
+    /** 浼ゆ畫姣斾緥 */
+    disabilityRatioStr?: string;
     claimResultStr?: string;
-    /** 涓嬫閲戦 */
     downPaymentAmount?: number;
+    /** 涓嬫閲戦 */
+    downPaymentAmountStr?: string;
     /** 缁�/鎾ゆ鏃ユ湡 */
     claimResultTime?: string;
     /** 鏈�鍚庢洿鏂版棩鏈� */
@@ -1298,6 +1467,24 @@
     materialName?: string;
   }
 
+  interface InsurancePolicyAuditInput {
+    /** 淇濆崟Id */
+    insurancePolicyId?: string;
+    /** 淇濆崟璧锋湡 */
+    effectStartTime?: string;
+    /** 淇濆崟姝㈡湡 */
+    effectEndTime?: string;
+    /** 淇濋 */
+    sumInsured?: number;
+    /** 淇濊垂 */
+    amount?: number;
+    auditStatus?: InsurancePolicyAuditStatusEnum;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+  }
+
+  type InsurancePolicyAuditStatusEnum = 10 | 20 | -10;
+
   type InsurancePolicyStatusEnum = 10 | 20 | 30;
 
   interface InsureBatchBillDetailDto {
@@ -1390,6 +1577,31 @@
     /** 鎶曚繚浜� */
     enterpriseName?: string;
   }
+
+  interface InsureProductSettingDto {
+    id?: string;
+    /** 鐢ㄦ埛ID */
+    userId?: string;
+    /** 浜у搧ID */
+    productIdNumber?: string;
+    /** 鍙備繚鏈烘瀯 */
+    insuranceOrg?: string;
+    /** 鎶曚繚鏂规 */
+    insuranceScheme?: string;
+    /** 鎶曚繚鏂瑰紡 */
+    insurancePeriod?: string;
+    status?: InsureProductSettingStatusEnum;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+  }
+
+  interface InsureProductSettingDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: InsureProductSettingDto[];
+  }
+
+  type InsureProductSettingStatusEnum = 10 | -10;
 
   interface IStringValueType {
     name?: string;
@@ -1572,6 +1784,8 @@
     bindingSourceId?: string;
     descriptorName?: string;
   }
+
+  type ParkBountyTradeAccessEnum = 1;
 
   interface PasswordLoginInput {
     /** 璐﹀彿 */
@@ -1806,6 +2020,50 @@
     modules: ModuleTypeInfo[];
   }
 
+  interface SyncUserAmountInput {
+    /** 鐢ㄦ埛鍚嶇О */
+    id?: string;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+    /** 鍏呭�间綑棰� */
+    rechargeAmount?: number;
+  }
+
+  interface SyncUserDto {
+    /** 寮�閫� */
+    open?: boolean;
+    /** 818鐢ㄦ埛Id */
+    humanResourcesServiceUserId?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐧诲綍鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鐢ㄦ埛鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瀵嗙爜 */
+    password?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 閾惰鎬昏鍚嶇О */
+    bankName?: string;
+    /** 閾惰鏀鍚嶇О */
+    bankBranchName?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+    /** 鍏呭�间綑棰� */
+    rechargeAmount?: number;
+    /** 鑱旂郴浜� */
+    contact?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+  }
+
   interface TenantDto {
     extraProperties?: Record<string, any>;
     id?: string;
@@ -1943,6 +2201,11 @@
     phone?: string;
   }
 
+  interface UpdateInsureProductSettingStatusInput {
+    id?: string;
+    status?: InsureProductSettingStatusEnum;
+  }
+
   interface UpdatePassWordInput {
     id?: string;
     passWord?: string;
@@ -2002,6 +2265,27 @@
     listFiles?: string[];
   }
 
+  interface UserAmountShowDto {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 閾惰鎬昏鍚嶇О */
+    bankName?: string;
+    /** 閾惰鏀鍚嶇О */
+    bankBranchName?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+    /** 鍏呭�间綑棰� */
+    rechargeAmount?: number;
+    /** 璧勯噾鎬婚 */
+    totalAmount?: number;
+  }
+
   interface UserData {
     id?: string;
     tenantId?: string;

--
Gitblit v1.9.1