From 7c24e02dd40f435aa036d4f3932e72f193441d06 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 18 四月 2025 17:34:42 +0800
Subject: [PATCH] feat: 页面

---
 src/services/api/typings.d.ts |  154 ++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 146 insertions(+), 8 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 7548f5e..eaee1d5 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -1331,6 +1331,10 @@
     materialType?: EnterpriseMaterialTypeEnum;
   }
 
+  interface APIgetEnterpriseRechargeDetailParams {
+    id?: string;
+  }
+
   interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
     moduleId?: string;
   }
@@ -3031,6 +3035,12 @@
     verificationCode?: string;
   }
 
+  interface CheckUserEnterpriseRechargeInput {
+    id?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    remark?: string;
+  }
+
   interface CheckUserWalletBalanceInfoOutput {
     acctNo?: string;
     acctName?: string;
@@ -4418,7 +4428,7 @@
     description?: string;
     parkCustomersCount?: ParkCustomersCountTypeEnum;
     /** 鎴愮珛骞翠唤 */
-    setUpDate: number;
+    setUpDate?: number;
     serveSetting?: string[];
     workOfType?: string[];
     parkStyle?: ParkStyleDto[];
@@ -5644,6 +5654,8 @@
 
   type EnterpriseMaterialTypeEnum = 10 | 11 | 20;
 
+  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
+
   interface EnterpriseRegVerifyInput {
     /** 鐢ㄦ埛Id */
     userId?: string;
@@ -5851,6 +5863,8 @@
     subMsg?: string;
     fileId?: string;
   }
+
+  type FinanceStatusEnum = 1 | 2;
 
   interface FirstPartyCompanyAuditDatilOutput {
     id?: string;
@@ -6663,6 +6677,60 @@
     errmsg?: string;
     cost?: string;
     data?: GetEnterpriseCredentialDataResponse;
+  }
+
+  interface GetEnterprisePreChargeCheckListInput {
+    pageModel?: Pagination;
+    keyWord?: string;
+    beginDateTime?: string;
+    endDateTime?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+  }
+
+  interface GetEnterprisePreChargeCheckListOutput {
+    id?: string;
+    /** 鐧诲綍璐﹀彿 */
+    userName?: string;
+    /** 閾惰璐︽埛 */
+    outBankNum?: string;
+    /** 鍑烘浼佷笟璐︽埛鍚嶇О */
+    outEnterpriseName?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍑鸿处鎵�灞為摱琛� */
+    outBankName?: string;
+    /** 鍏呭�兼祦姘村彿 */
+    rechargeSerialNo?: string;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+  }
+
+  interface GetEnterprisePreChargeCheckListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterprisePreChargeCheckListOutput[];
+  }
+
+  interface GetEnterpriseRechargeDetail {
+    id?: string;
+    /** 鏀舵璐﹀彿 */
+    incomeBankNum?: string;
+    /** 鏀舵浼佷笟鍚嶇О */
+    incomeEnterpriseName?: string;
+    /** 鍑烘璐﹀彿 */
+    outBankNum?: string;
+    /** 鍑烘浼佷笟鍚嶇О */
+    outEnterpriseName?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍑鸿处鎵�灞為摱琛� */
+    outBankName?: string;
+    /** 鍑鸿处鏀鍚嶇О */
+    outBankResumeName?: string;
+    /** 鍑鸿处鍥炲崟 */
+    outReceiptFileUrl?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
   }
 
   interface GetFeatureListResultDto {
@@ -7864,7 +7932,7 @@
     /** 浼佷笟缁忚惀鍒╂鼎琛� */
     operateProfitesUrl?: string;
     /** 鍏ラ┗鍏宠仈璇存槑 */
-    enterRelateUrl?: string;
+    personTaxInstructUrl?: string;
     /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
     personTaxRatePayUrl?: string;
   }
@@ -7936,6 +8004,15 @@
     outCheckTime?: string;
     /** 鍙戞斁鍑瘉 */
     settleFileUrl?: string;
+    financeStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍙戞斁鏃堕棿 */
+    financeTime?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鍏呭�奸噾棰� */
+    settleSumAmount?: number;
+    /** 璐㈡斂鍙戞斁閲戦 */
+    financeSumAmount?: number;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -8253,6 +8330,13 @@
     maxAmount?: number;
     /** 鏌ヨ鏉′欢锛氫拱瀹跺悕绉�/鍗栧鍚嶇О/浜у搧鍚嶇О */
     queryCondition?: string;
+  }
+
+  interface GetPlatIncomeRechargeAccountOutput {
+    bankNumber?: string;
+    bankName?: string;
+    bankBranchName?: string;
+    bankAccountName?: string;
   }
 
   interface GetProductAdvertiseByCategoryInput {
@@ -14222,6 +14306,8 @@
     bountyAssignFileUlr?: string;
     /** 濂栧姳閲戞眹鎬昏〃 */
     bountyCollectFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
     outCheckStatus?: BountyCheckStatusEnum;
     /** 澶栭儴瀹℃牳鍘熷洜 */
     outCheckRemark?: string;
@@ -14289,6 +14375,14 @@
     bountyAssignFileUlr?: string;
     /** 濂栧姳閲戞眹鎬昏〃 */
     bountyCollectFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
+  }
+
+  interface ParkBountyApplyBatchFinanceInput {
+    parkBountyApplyDetailId?: string[];
+    /** 鍏呭�奸噾棰� */
+    financeToAmount?: number;
   }
 
   interface ParkBountyApplyBatchTransferInput {
@@ -14320,8 +14414,8 @@
     taxSubFileUrl?: string;
     /** 浼佷笟缁忚惀鍒╂鼎琛� */
     operateProfitesUrl?: string;
-    /** 鍏ラ┗鍏宠仈璇存槑 */
-    enterRelateUrl?: string;
+    /** C绔畬鍠勬儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
     /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
     personTaxRatePayUrl?: string;
     authType?: EnterpriseTypeEnum;
@@ -14331,6 +14425,15 @@
     enterpriseIsVerify?: boolean;
     /** 鏂囦欢瀹屾暣搴� */
     fileCompleteRate?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍏ヨ处閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    /** 璐㈡斂鍏ヨ处鎿嶄綔鐢ㄦ埛 */
+    financeToUserId?: string;
   }
 
   interface ParkBountyApplyDetailInfoPageOutput {
@@ -14339,10 +14442,24 @@
     data?: ParkBountyApplyDetailInfo[];
   }
 
+  interface ParkBountyApplyRechargeFileInput {
+    parkBountyApplyDetailId?: string;
+    /** 骞冲彴鍏呭�煎嚟璇� */
+    rechargeToFileUrl?: string;
+  }
+
+  interface ParkBountyApplyRechargeInput {
+    parkBountyApplyDetailId?: string;
+    /** 璐㈡斂鎷ㄤ粯 */
+    bountyAmount?: number;
+  }
+
   interface ParkBountyApplySettleInput {
     parkBountyApplyId?: string;
     /** 鍙戞斁鍑瘉 */
     settleFileUrl?: string;
+    /** 鍙戞斁閲戦 */
+    settleSumAmount?: number;
   }
 
   interface ParkBountyApplyTransferDetailInfo {
@@ -14368,8 +14485,8 @@
     taxSubFileUrl?: string;
     /** 浼佷笟缁忚惀鍒╂鼎琛� */
     operateProfitesUrl?: string;
-    /** 鍏ラ┗鍏宠仈璇存槑 */
-    enterRelateUrl?: string;
+    /** C绔畬绋庢儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
     /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
     personTaxRatePayUrl?: string;
     authType?: EnterpriseTypeEnum;
@@ -17679,6 +17796,8 @@
     enterpriseOperateFileUrl?: string;
     /** 浼佷笟缂寸◣鏄庣粏琛� */
     enterpriseTaxSubFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
   }
 
   interface SaveWalletPayChannelFeeSettingInput {
@@ -19891,8 +20010,8 @@
     taxSubFileUrl?: string;
     /** 浼佷笟缁忚惀鍒╂鼎琛� */
     operateProfitesUrl?: string;
-    /** 鍏ラ┗鍏宠仈璇存槑 */
-    enterRelateUrl?: string;
+    /** C绔畬绋庢儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
     /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
     personTaxRatePayUrl?: string;
   }
@@ -20532,6 +20651,25 @@
     data?: UserDto[];
   }
 
+  interface UserEnterpiseRechargeInput {
+    /** 鏀舵璐﹀彿 */
+    incomeBankNum?: string;
+    /** 鏀舵浼佷笟鍚嶇О */
+    incomeEnterpriseName?: string;
+    /** 鍑烘璐﹀彿 */
+    outBankNum?: string;
+    /** 鍑烘浼佷笟鍚嶇О */
+    outEnterpriseName?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍑鸿处鎵�灞為摱琛� */
+    outBankName?: string;
+    /** 鍑鸿处鏀鍚嶇О */
+    outBankResumeName?: string;
+    /** 鍑鸿处鍥炲崟 */
+    outReceiptFileUrl?: string;
+  }
+
   type UserFollowStatusEnum = 10 | 20 | 30 | 40;
 
   interface UserGetContractEnterpriseFaceSignInput {

--
Gitblit v1.9.1