From e944883d021a71da57b3f6c7ce7101c2bcc31b90 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 23 四月 2025 09:14:27 +0800 Subject: [PATCH] feat: 接口 --- src/services/api/typings.d.ts | 74 +++++++++++++++++++++++++++++++++--- 1 files changed, 67 insertions(+), 7 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 0bd9a1c..aa699ac 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -5757,6 +5757,23 @@ configuration?: Record<string, any>; } + interface ExportBountyApplyData { + /** 浼佷笟鍚嶇О */ + enterpriseName: string; + /** 淇$敤浠g爜 */ + societyCreditCode: string; + /** 璐㈡斂鎷ㄤ粯閲戦 */ + financeToAmountStr?: string; + /** 骞冲彴鍏呭�奸噾棰� */ + transferToAmountStr?: string; + /** 璐㈡斂鎷ㄤ粯閲戦 */ + financeToAmount?: number; + /** 骞冲彴鍏呭�奸噾棰� */ + transferToAmount?: number; + /** 澶囨敞 */ + remark?: string; + } + interface ExportInsStaffInput { companyId?: string; url?: string; @@ -5873,6 +5890,8 @@ } type FinanceStatusEnum = 1 | 2; + + type FinanceTypeEnum = 10 | 20; interface FirstPartyCompanyAuditDatilOutput { id?: string; @@ -6655,6 +6674,7 @@ remianAmount?: number; payRemark?: string; fileUrl?: string; + financeType?: FinanceTypeEnum; payFileUrls?: string[]; } @@ -7986,6 +8006,7 @@ inCheckStatus?: BountyCheckStatusEnum; settleStatus?: SettleStatusEnum; incomeStatus?: IncomeStatusEnum; + financeStatus?: FinanceStatusEnum; } interface GetParkBountyApplyListOutput { @@ -8166,15 +8187,26 @@ id?: string; /** 鐢宠鎵规鍙� */ batchNo?: string; - /** 鍙戞斁鏃ユ湡 */ - settleTime?: string; - /** 鍏ヨ处鏃堕棿 */ - incomeTime?: string; - incomeStatus?: TransferToStatusEnum; - /** 鍙戞斁閲戦 */ + /** 鐢虫姤鎬婚 */ applySumAmount?: number; - /** 鍏ヨ处鍑瘉 */ + /** 骞冲彴鍏呭�煎叆璐︽椂闂� */ + transferToTime?: string; + transferToStatus?: TransferToStatusEnum; + /** 骞冲彴鍏呭�奸噾棰� */ + transferToAmount?: number; + /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */ transferToFileUrl?: string; + /** 璐㈡斂鎷ㄤ粯閲戦 */ + financeToAmount?: number; + /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */ + financeToTime?: string; + /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */ + financeTime?: string; + /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */ + settleTime?: string; + financeToStatus?: FinanceStatusEnum; + /** 鎷ㄤ粯鍏ヨ处鍑瘉 */ + financeToFileUrl?: string; } interface GetParkCustomerBountyGrantOutputPageOutput { @@ -8241,6 +8273,8 @@ payCount?: number; /** 鏈�杩戝彂鏀炬椂闂� */ lastPayTime?: string; + /** 鍙戞斁鎬婚 */ + bountySumAmount?: number; /** 濂栧姳閲戜綑棰� */ bountyAmount?: number; } @@ -8737,6 +8771,8 @@ interface GetUserBaseEnterpriseInfoOutput { /** 濂栧姳閲戜綑棰� */ bountyAmount?: number; + /** 鍏呭�间綑棰� */ + rechargeAmount?: number; enterpriseName?: string; societyCreditCode?: string; licenseUrl?: string; @@ -9575,6 +9611,18 @@ interface IdentityUserUpdateRolesDto { roleNames: string[]; + } + + interface ImportBountyApplyDataInput { + /** 瀵煎叆鍦板潃 */ + url?: string; + /** 濂栧姳閲戠敵璇稩d */ + parkBountyApplyId?: string; + } + + interface ImportBountyApplyDataOutput { + /** 閿欒鏁版嵁鍒楄〃 */ + error?: ExportBountyApplyData[]; } interface ImportIdentityCardInput { @@ -14332,6 +14380,10 @@ financeSumAmount?: number; /** 骞冲彴鍏呭�兼�婚 */ settleSumAmount?: number; + /** 鍙戞斁鍑瘉 */ + settleFileUrl?: string; + /** 璐㈡斂鍙戞斁鍑瘉 */ + financeFileUrl?: string; } interface OutcheckParkBountyApplyInput { @@ -14468,6 +14520,14 @@ data?: ParkBountyApplyDetailInfo[]; } + interface ParkBountyApplyFinanceFileInput { + parkBountyApplyId?: string; + /** 鍙戞斁鍑瘉 */ + financeFileUrl?: string; + /** 鍙戞斁閲戦 */ + financeSumAmount?: number; + } + interface ParkBountyApplyRechargeFileInput { parkBountyApplyDetailId?: string; /** 骞冲彴鍏呭�煎嚟璇� */ -- Gitblit v1.9.1