From 524b1febe13e9305e9a27c870e09819e0e363bbd Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 21 四月 2025 17:28:48 +0800 Subject: [PATCH] feat: 接口 --- src/services/api/typings.d.ts | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index eaee1d5..0bd9a1c 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -1326,6 +1326,10 @@ transactionDetailId?: string; } + interface APIgetEnterpriseLastUploadEnterPactFileParams { + companyId?: string; + } + interface APIgetEnterpriseMaterialIdByUserIdParams { userId?: string; materialType?: EnterpriseMaterialTypeEnum; @@ -1558,6 +1562,10 @@ interface APIgetParams { id?: string; + } + + interface APIgetParkBountyApplyBatchFinanceEnterpriseParams { + parkBountyApplyId?: string; } interface APIgetParkBountyApplyBatchTransferEnterpriseParams { @@ -6693,6 +6701,8 @@ userName?: string; /** 閾惰璐︽埛 */ outBankNum?: string; + /** 浼佷笟鍚嶇О */ + enterpriseName?: string; /** 鍑烘浼佷笟璐︽埛鍚嶇О */ outEnterpriseName?: string; /** 鍏呭�奸噾棰� */ @@ -6730,7 +6740,11 @@ outBankResumeName?: string; /** 鍑鸿处鍥炲崟 */ outReceiptFileUrl?: string; + /** 瀹℃牳澶囨敞 */ + checkRemark?: string; checkStatus?: EnterpriseRechargeStatusEnum; + /** 鎻愪氦鏃ユ湡 */ + creationTime?: string; } interface GetFeatureListResultDto { @@ -14314,6 +14328,10 @@ /** 鍐呴儴瀹℃牳鍘熷洜 */ inCheckRemark?: string; inCheckStatus?: BountyCheckStatusEnum; + /** 璐㈡斂鎷ㄤ粯鎬婚 */ + financeSumAmount?: number; + /** 骞冲彴鍏呭�兼�婚 */ + settleSumAmount?: number; } interface OutcheckParkBountyApplyInput { @@ -14377,6 +14395,14 @@ bountyCollectFileUrl?: string; /** 鍏ラ┗鍏宠仈璇存槑 */ enterpriseRelateFileUrl?: string; + /** 鍙戞斁鍑瘉 */ + settleFileUrl?: string; + /** 璐㈡斂鍙戞斁鍑瘉 */ + financeFileUrl?: string; + /** 鍏呭�奸噾棰� */ + settleSumAmount?: number; + /** 璐㈡斂鍙戞斁閲戦 */ + financeSumAmount?: number; } interface ParkBountyApplyBatchFinanceInput { @@ -14498,6 +14524,15 @@ parkBountyApplyDetailId?: string; /** 鍏ヨ处鍑瘉 */ transferToFileUrl?: string; + financeToStatus?: FinanceStatusEnum; + /** 璐㈡斂鍏ヨ处閲戦 */ + financeToAmount?: number; + /** 璐㈡斂鍏ヨ处鏃堕棿 */ + financeToTime?: string; + /** 璐㈡斂鍏ヨ处鍑瘉 */ + financeToFileUrl?: string; + /** 璐㈡斂鍏ヨ处鎿嶄綔鐢ㄦ埛 */ + financeToUserId?: string; } interface ParkBountyApplyTransferDetailInfoPageOutput { -- Gitblit v1.9.1