From b7426e2384b85e92ec1b59061bdada9b4f5c69ec Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 23 四月 2025 16:12:40 +0800 Subject: [PATCH] feat: 接口 --- src/services/api/typings.d.ts | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index aa699ac..1a717fc 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -6744,9 +6744,9 @@ interface GetEnterpriseRechargeDetail { id?: string; - /** 鏀舵璐﹀彿 */ + /** 鍏呭�艰处鍙� */ incomeBankNum?: string; - /** 鏀舵浼佷笟鍚嶇О */ + /** 浼佷笟鍚嶇О */ incomeEnterpriseName?: string; /** 鍑烘璐﹀彿 */ outBankNum?: string; @@ -7994,6 +7994,10 @@ settleTimeBegin?: string; /** 鍙戞斁缁撴潫鏃ユ湡 */ settleTimeEnd?: string; + /** 鎷ㄤ粯璧峰鏃ユ湡 */ + financeTimeBegin?: string; + /** 鎷ㄤ粯缁撴潫鏃ユ湡 */ + financeTimeEnd?: string; /** 鍏ヨ处璧峰鏃ユ湡 */ incomeTimeBegin?: string; /** 鍏ヨ处缁撴潫鏃ユ湡 */ @@ -8062,6 +8066,7 @@ /** 浼佷笟鍚�/淇$敤浠g爜 */ searchKeyWord?: string; transferToStatus?: TransferToStatusEnum; + financeToStatus?: FinanceStatusEnum; } interface GetParkBountyTradeDetailByIdInput { @@ -8091,6 +8096,7 @@ tradeTime?: string; /** 濂栧姳閲戜綑棰� */ remianAmount?: number; + financeType?: FinanceTypeEnum; } interface GetParkBountyTradeDetailOutputPageOutput { @@ -14461,12 +14467,14 @@ parkBountyApplyDetailId?: string[]; /** 鍏呭�奸噾棰� */ financeToAmount?: number; + parkBountyApplyId?: string; } interface ParkBountyApplyBatchTransferInput { parkBountyApplyDetailId?: string[]; /** 鍏ヨ处閲戦 */ transferToAmount?: number; + parkBountyApplyId?: string; } interface ParkBountyApplyDetailInfo { @@ -14538,6 +14546,7 @@ parkBountyApplyDetailId?: string; /** 璐㈡斂鎷ㄤ粯 */ bountyAmount?: number; + parkBountyApplyId?: string; } interface ParkBountyApplySettleInput { @@ -14611,6 +14620,7 @@ parkBountyApplyDetailId?: string; /** 鍏ヨ处閲戦 */ transferToAmount?: number; + parkBountyApplyId?: string; } type ParkCustomersCountTypeEnum = 10 | 50 | 100; -- Gitblit v1.9.1