From 634069895e7165db7e2d04dca5cd61dfd1e1f5f9 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 23 六月 2025 13:49:17 +0800 Subject: [PATCH] feat: 新增功能 --- src/services/api/typings.d.ts | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 222 insertions(+), 8 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 16cfb6c..e4e92c9 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -57,6 +57,8 @@ insuredInstitution: string; /** 鎶曚繚鏂规 */ insuranceScheme: string; + /** 淇濆崟鍙� */ + orderNo: string; /** 鍦ㄨ亴鏍囪瘑 */ onJobFlag?: string; /** 鎬у埆 */ @@ -472,6 +474,10 @@ checkStatus?: BatchBillCheckStatus; /** 鐢熸晥鏃堕棿 */ effectTime?: string; + /** 淇濆崟鐢熸晥鏃堕棿 */ + effectStartTime?: string; + /** 淇濆崟澶辨晥鏃堕棿 */ + effectEndTime?: string; /** 闄勪欢涓婁紶 */ attachmentUrl?: string; /** 淇濆崟鍙� */ @@ -480,6 +486,10 @@ enterpriseName?: string; /** 鎵规敼浜哄憳璇︽儏 */ staffList?: InsureBatchBillDetailDto[]; + } + + interface BatchSyncUserAmountInput { + items?: SyncUserAmountInput[]; } interface ChangePasswordInput { @@ -575,6 +585,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 { @@ -726,6 +752,8 @@ key?: string; } + type FinanceTypeEnum = 10 | 20; + interface GetEffectingStaffListInput { claimDateTime?: string; idNumber?: string; @@ -733,6 +761,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 { @@ -844,6 +911,73 @@ pageModel?: Pagination; objectData?: any; data?: GetInsuranceStaffPageTemplate[]; + } + + 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 { @@ -1026,7 +1160,9 @@ } interface ImportBatchStaffListInput { - originIdNumber?: string; + /** 鍘熻淇濅汉濮撳悕 */ + orginName?: string; + orginIdNumber?: string; /** 鐢佃瘽鍙风爜 */ phoneNumber?: string; id?: number; @@ -1039,6 +1175,7 @@ workType?: string; birthDay?: string; remark?: string; + changeType?: BatchChangeTypeEnum; } interface ImportBatchUpdateOrderDataInput { @@ -1138,6 +1275,12 @@ incDecAmount?: number; /** 淇濆崟id */ insuranceOrderId?: string; + /** 鎶曚繚鏈烘瀯 */ + insuranceOrg?: string; + /** 淇濆崟鍙� */ + orderNo?: string; + /** 鎶曚繚/琚繚鏈烘瀯 */ + enterpriseName?: string; /** 鎶ユ鏃堕棿 */ reportedTime?: string; /** 鑱旂郴鐢佃瘽 */ @@ -1165,6 +1308,7 @@ interface InsuranceClaimListOutput { id?: string; + serialNumber?: number; /** 韬唤璇佸彿 */ idNumber?: string; /** 濮撳悕 */ @@ -1179,20 +1323,21 @@ accidentType?: string; /** 浜嬫晠鍙戠敓鏃堕棿 */ accidentTime?: string; - /** 浼ゆ畫姣斾緥 */ disabilityRatio?: number; - /** 鐞嗚禂娓犻亾 */ - claimChannel?: string; - /** 鐞嗚禂娓犻亾 */ - companyName?: string; - claimResult?: InsuranceClaimResultEnum; + /** 浼ゆ畫姣斾緥 */ + disabilityRatioStr?: string; claimResultStr?: string; - /** 涓嬫閲戦 */ downPaymentAmount?: number; + /** 涓嬫閲戦 */ + downPaymentAmountStr?: string; /** 缁�/鎾ゆ鏃ユ湡 */ claimResultTime?: string; /** 鏈�鍚庢洿鏂版棩鏈� */ lastModificationTime?: string; + /** 鐞嗚禂娓犻亾 */ + companyName?: string; + claimChannel?: string; + claimResult?: InsuranceClaimResultEnum; /** 淇濆崟id */ insuranceOrderId?: string; createTime?: string; @@ -1565,6 +1710,8 @@ descriptorName?: string; } + type ParkBountyTradeAccessEnum = 1; + interface PasswordLoginInput { /** 璐﹀彿 */ loginName: string; @@ -1798,6 +1945,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; @@ -1887,6 +2078,8 @@ insuredInstitution: string; /** 鎶曚繚鏂规 */ insuranceScheme: string; + /** 淇濆崟鍙� */ + orderNo: string; /** 鍦ㄨ亴鏍囪瘑 */ onJobFlag?: string; /** 鎬у埆 */ @@ -1992,6 +2185,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