From d4e154a30bd6203be108332f86572ab5687c79e4 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 26 六月 2025 16:29:38 +0800 Subject: [PATCH] Merge branch 'dev-2.2.0' of http://120.26.58.240:8888/r/JYBIndependentFront into dev-2.2.0 --- src/services/api/typings.d.ts | 127 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 127 insertions(+), 0 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index b0138eb..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 { @@ -572,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; @@ -595,6 +615,12 @@ payFileUrl?: string; /** 娑堣垂绫诲瀷 */ payRemark?: string; + access?: ParkBountyTradeAccessEnum; + } + + interface CreateTempTokenInput { + /** 鐢ㄦ埛Id */ + userId?: string; } interface CurrentCultureDto { @@ -757,6 +783,45 @@ 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 { pageModel?: Pagination; /** 鐢宠鏃ユ湡寮�濮� */ @@ -781,6 +846,7 @@ condition?: string; insurancePeriod?: string; status?: InsurancePolicyStatusEnum; + auditStatus?: InsurancePolicyAuditStatusEnum; } interface GetInsurancePageOutput { @@ -830,6 +896,11 @@ creationTime?: string; companyName?: string; isClosedOutTime?: boolean; + auditStatus?: InsurancePolicyAuditStatusEnum; + /** 瀹℃牳澶囨敞 */ + auditRemark?: string; + /** 淇濋櫓浜у搧IdNumber */ + productIdNumber?: string; } interface GetInsurancePageOutputPageOutput { @@ -866,6 +937,12 @@ pageModel?: Pagination; objectData?: any; data?: GetInsuranceStaffPageTemplate[]; + } + + interface GetInsureProductSettingPageInput { + pageModel?: Pagination; + /** 鐢ㄦ埛ID */ + userId?: string; } interface GetParkBountyTradeDetailByIdInput { @@ -1390,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 { @@ -1482,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; @@ -1920,6 +2040,8 @@ userName?: string; /** 鐢ㄦ埛鎵嬫満鍙� */ phoneNumber?: string; + /** 瀵嗙爜 */ + password?: string; /** 浼佷笟鍚嶇О */ enterpriseName?: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ @@ -2079,6 +2201,11 @@ phone?: string; } + interface UpdateInsureProductSettingStatusInput { + id?: string; + status?: InsureProductSettingStatusEnum; + } + interface UpdatePassWordInput { id?: string; passWord?: string; -- Gitblit v1.9.1