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 | 1021 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1,018 insertions(+), 3 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 459d219..1a717fc 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -426,6 +426,13 @@
     userId?: string;
   }
 
+  interface AddParkBountyApplyStepOneInput {
+    batchNo?: string;
+    parkId?: string;
+    applyMonth?: string;
+    removeCompanyIds?: string[];
+  }
+
   interface AddSysOrgInput {
     /** 缁勭粐鍚嶇О */
     orgName: string;
@@ -939,6 +946,10 @@
     walletAccountType?: WalletAccountTypeEnum;
   }
 
+  interface APIcancelParkBountyApplyParams {
+    parkBountyApplyId?: string;
+  }
+
   interface APIcheckUserCertificationRepeatParams {
     userId?: string;
     enterpriseName?: string;
@@ -1315,9 +1326,17 @@
     transactionDetailId?: string;
   }
 
+  interface APIgetEnterpriseLastUploadEnterPactFileParams {
+    companyId?: string;
+  }
+
   interface APIgetEnterpriseMaterialIdByUserIdParams {
     userId?: string;
     materialType?: EnterpriseMaterialTypeEnum;
+  }
+
+  interface APIgetEnterpriseRechargeDetailParams {
+    id?: string;
   }
 
   interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -1542,6 +1561,18 @@
   }
 
   interface APIgetParams {
+    id?: string;
+  }
+
+  interface APIgetParkBountyApplyBatchFinanceEnterpriseParams {
+    parkBountyApplyId?: string;
+  }
+
+  interface APIgetParkBountyApplyBatchTransferEnterpriseParams {
+    parkBountyApplyId?: string;
+  }
+
+  interface APIgetParkCustomerManageBaseDetailParams {
     id?: string;
   }
 
@@ -2671,6 +2702,8 @@
     userId?: string;
   }
 
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+
   type BusinessSettingTypeEnum = 10;
 
   interface CalculationWalletPayFeeInput {
@@ -3008,6 +3041,12 @@
     phoneNumber: string;
     /** 楠岃瘉鐮� */
     verificationCode?: string;
+  }
+
+  interface CheckUserEnterpriseRechargeInput {
+    id?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    remark?: string;
   }
 
   interface CheckUserWalletBalanceInfoOutput {
@@ -3779,6 +3818,7 @@
     companyOrgId?: string;
     /** 缁勭粐鏋舵瀯閮ㄩ棬id */
     departmentOrgId?: string;
+    password?: string;
   }
 
   interface CreateBackClientUserInput {
@@ -3795,6 +3835,7 @@
     companyOrgId?: string;
     /** 缁勭粐鏋舵瀯閮ㄩ棬id */
     departmentOrgId?: string;
+    password?: string;
   }
 
   interface CreateBaseRoleInput {
@@ -3866,6 +3907,21 @@
     /** 璺熻繘澶囨敞 */
     remark?: string;
     status?: CooperationApplyStatusEnum;
+  }
+
+  interface CreateGoverUserInput {
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瑙掕壊 */
+    roleNames?: string[];
+    /** 瀵嗙爜 */
+    password?: string;
   }
 
   interface CreateInformationAdvertiseInput {
@@ -4380,7 +4436,7 @@
     description?: string;
     parkCustomersCount?: ParkCustomersCountTypeEnum;
     /** 鎴愮珛骞翠唤 */
-    setUpDate: number;
+    setUpDate?: number;
     serveSetting?: string[];
     workOfType?: string[];
     parkStyle?: ParkStyleDto[];
@@ -4455,7 +4511,7 @@
     description?: string;
     parkCustomersCount?: ParkCustomersCountTypeEnum;
     /** 鎴愮珛骞翠唤 */
-    setUpDate: number;
+    setUpDate?: number;
     serveSetting?: string[];
     workOfType?: string[];
     parkStyle?: ParkStyleDto[];
@@ -4826,6 +4882,16 @@
     name: string;
     /** 鎺掑簭 */
     sequence?: number;
+  }
+
+  interface CreateParkBountyTradeInput {
+    enterpriseId?: string;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鍑瘉 */
+    payFileUrl?: string;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
   }
 
   interface CreateParkOrHRAdvertiseInput {
@@ -5385,6 +5451,11 @@
     listParams?: Record<string, any>;
   }
 
+  interface EditParkBountyApplyStepOneInput {
+    parkBountyApplyId?: string;
+    removeCompanyIds?: string[];
+  }
+
   interface EDZ001Input {
     recvLength?: number;
     tradeDate?: number;
@@ -5508,6 +5579,8 @@
     listOrderNo?: number[];
   }
 
+  type EnterpriseBountyPayTypeEnum = 10 | 20;
+
   interface EnterpriseMaterialDetailOutput {
     id?: string;
     /** 骞� */
@@ -5588,6 +5661,8 @@
   }
 
   type EnterpriseMaterialTypeEnum = 10 | 11 | 20;
+
+  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
 
   interface EnterpriseRegVerifyInput {
     /** 鐢ㄦ埛Id */
@@ -5680,6 +5755,23 @@
   interface EntityExtensionDto {
     properties?: Record<string, any>;
     configuration?: Record<string, any>;
+  }
+
+  interface ExportBountyApplyData {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName: string;
+    /** 淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmountStr?: string;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmountStr?: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmount?: number;
+    /** 澶囨敞 */
+    remark?: string;
   }
 
   interface ExportInsStaffInput {
@@ -5796,6 +5888,10 @@
     subMsg?: string;
     fileId?: string;
   }
+
+  type FinanceStatusEnum = 1 | 2;
+
+  type FinanceTypeEnum = 10 | 20;
 
   interface FirstPartyCompanyAuditDatilOutput {
     id?: string;
@@ -6212,6 +6308,18 @@
     endRegistDate?: string;
   }
 
+  interface GetApplyCompanyListInput {
+    pageModel?: Pagination;
+    parkId?: string;
+    searchKeyWord?: string;
+    /** 鍩烘湰鎴锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
+  }
+
   interface GetAreaListInput {
     /** 1鐪� 2甯� 3鍖� 4闀� */
     layer?: number;
@@ -6230,7 +6338,7 @@
     pageModel?: Pagination;
     /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */
     isLocked?: boolean;
-    /** 鏌ヨ鏉′欢锛氬悕绉�/璐﹀彿 */
+    /** 鏌ヨ鏉′欢锛氬悕绉�/璐﹀彿/鎵嬫満鍙� */
     queryCondition?: string;
   }
 
@@ -6250,6 +6358,11 @@
     delList?: InsureInsStaffList[];
     updateList?: InsureInsStaffList[];
     remainList?: InsureInsStaffList[];
+  }
+
+  interface GetBatchChooseCompanyOutput {
+    listCanChooseCompany?: GetCompanyNameListOutput[];
+    listDeleteChooseCompany?: GetCompanyNameListOutput[];
   }
 
   interface GetBusinessPayInfoInput {
@@ -6403,6 +6516,17 @@
     insureQrCode?: string;
   }
 
+  interface GetCompanyNameListInput {
+    parkId?: string;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
+  }
+
+  interface GetCompanyNameListOutput {
+    companyId?: string;
+    name?: string;
+  }
+
   interface GetCooperationApplyInput {
     pageModel?: Pagination;
     status?: CooperationApplyStatusEnum;
@@ -6483,6 +6607,26 @@
     data?: GetCustomerListOutput[];
   }
 
+  interface GetCustomerParkBountyApplyListInput {
+    pageModel?: Pagination;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍐呴儴瀹℃牳璧峰鏃ユ湡 */
+    inCheckTimeBegin?: string;
+    /** 鍐呴儴瀹℃牳缁撴潫鏃ユ湡 */
+    inCheckTimeEnd?: string;
+    /** 澶栭儴瀹℃牳璧峰鏃ユ湡 */
+    outCheckTimeBegin?: string;
+    /** 澶栭儴瀹℃牳缁撴潫鏃ユ湡 */
+    outCheckTimeEnd?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+  }
+
   interface GetCustomersExportInput {
     /** 鏌ヨ鏉′欢锛氱敳鏂瑰悕绉�/鑱旂郴浜� */
     queryCondition?: string;
@@ -6522,6 +6666,24 @@
     operator?: string;
   }
 
+  interface GetEnterpriseBuntyTradeDto {
+    id?: string;
+    payDateTime?: string;
+    amount?: number;
+    payType?: EnterpriseBountyPayTypeEnum;
+    remianAmount?: number;
+    payRemark?: string;
+    fileUrl?: string;
+    financeType?: FinanceTypeEnum;
+    payFileUrls?: string[];
+  }
+
+  interface GetEnterpriseBuntyTradeDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterpriseBuntyTradeDto[];
+  }
+
   interface GetEnterpriseCredentialDataResponse {
     contactMobile?: string;
     address?: string;
@@ -6543,6 +6705,66 @@
     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;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: 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;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
   }
 
   interface GetFeatureListResultDto {
@@ -6678,6 +6900,31 @@
     signName?: string;
     status?: LgGigWorkerSignStatus;
     settingStatus?: LgGigWorkerSignSettingStatus;
+  }
+
+  interface GetGoverDataBoardOutput {
+    /** 寰呭鏍� */
+    waitCheckEnterpriseNumber?: number;
+    /** 濂栧姳閲戝緟鍙戞斁 */
+    waitForSettleRewardNumber?: number;
+    /** 绱宸插鏍镐紒涓� */
+    accumulatedCheckEnterpriseNumber?: number;
+    /** 绱宸插鏍搁�氳繃浼佷笟 */
+    accumulatedCheckPassEnterpriseNumber?: number;
+    /** 绱鏈鏍搁�氳繃浼佷笟 */
+    accumulatedCheckRejectEnterpriseNumber?: number;
+    /** 绱宸插彂鏀惧鍔遍噾 */
+    accumulatedHasSettleRewardAmount?: number;
+    /** 绱寰呭彂鏀惧鍔遍噾 */
+    accumulatedWaitForSettleRewardAmount?: number;
+    /** 绱宸蹭娇鐢ㄥ鍔遍噾 */
+    accumulatedUsedRewardAmount?: number;
+  }
+
+  interface GetHasApplyCompanyNameListInput {
+    parkBountyApplyId?: string;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
   }
 
   interface GetHeadlineInformationInput {
@@ -7626,6 +7873,12 @@
     endDate?: string;
   }
 
+  interface GetNotTransferCompanyNameListOutput {
+    companyId?: string;
+    name?: string;
+    parkBountyApplyDetailId?: string;
+  }
+
   interface GetOperateHistoryInput {
     pageModel?: Pagination;
     relationId?: string;
@@ -7682,6 +7935,360 @@
     startDateTime?: string;
     endDateTime?: string;
     enterinessName?: string;
+  }
+
+  interface GetParkApplyCompanyStepTwoListInput {
+    pageModel?: Pagination;
+    parkBountyApplyId?: string;
+    searchKeyWord?: string;
+    /** 鍩烘湰鎴锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 閫夋嫨鍏徃Id */
+    removeCompanyIds?: string[];
+  }
+
+  interface GetParkBountyApplyFileInput {
+    parkBountyApplyId?: string;
+    companyId?: string;
+  }
+
+  interface GetParkBountyApplyFileOutput {
+    /** 鍥尯绫诲瀷 */
+    parkType?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+  }
+
+  interface GetParkBountyApplyInfoInput {
+    pageModel?: Pagination;
+    parkBountyApplyId?: string;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鍩烘湰鎴锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+  }
+
+  interface GetParkBountyApplyListInput {
+    pageModel?: Pagination;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍙戞斁璧峰鏃ユ湡 */
+    settleTimeBegin?: string;
+    /** 鍙戞斁缁撴潫鏃ユ湡 */
+    settleTimeEnd?: string;
+    /** 鎷ㄤ粯璧峰鏃ユ湡 */
+    financeTimeBegin?: string;
+    /** 鎷ㄤ粯缁撴潫鏃ユ湡 */
+    financeTimeEnd?: string;
+    /** 鍏ヨ处璧峰鏃ユ湡 */
+    incomeTimeBegin?: string;
+    /** 鍏ヨ处缁撴潫鏃ユ湡 */
+    incomeTimeEnd?: string;
+    /** 澶栭儴瀹℃牳璧峰鏃ユ湡 */
+    outCheckTimeBegin?: string;
+    /** 澶栭儴瀹℃牳缁撴潫鏃ユ湡 */
+    outCheckTimeEnd?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    settleStatus?: SettleStatusEnum;
+    incomeStatus?: IncomeStatusEnum;
+    financeStatus?: FinanceStatusEnum;
+  }
+
+  interface GetParkBountyApplyListOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鍏ヨ处鏃堕棿 */
+    incomeTime?: string;
+    /** 鐢宠鍥尯Id */
+    parkId?: string;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鐢宠濂栧姳閲戞湀浠� */
+    applyMonth?: string;
+    /** 濂栧姳閲戞眹鎬婚噾棰� */
+    applySumAmount?: number;
+    /** 鐢宠鏃ユ湡 */
+    creationTime?: string;
+    settleStatus?: SettleStatusEnum;
+    /** 鍙戞斁鏃ユ湡 */
+    settleTime?: string;
+    incomeStatus?: IncomeStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 鍐呴儴瀹℃牳鏃ユ湡 */
+    inCheckTime?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶栭儴瀹℃牳鏃ユ湡 */
+    outCheckTime?: string;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    financeStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍙戞斁鏃堕棿 */
+    financeTime?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鍏呭�奸噾棰� */
+    settleSumAmount?: number;
+    /** 璐㈡斂鍙戞斁閲戦 */
+    financeSumAmount?: number;
+  }
+
+  interface GetParkBountyApplyListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyApplyListOutput[];
+  }
+
+  interface GetParkBountyApplyTransferInfoInput {
+    pageModel?: Pagination;
+    parkBountyApplyId?: string;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    transferToStatus?: TransferToStatusEnum;
+    financeToStatus?: FinanceStatusEnum;
+  }
+
+  interface GetParkBountyTradeDetailByIdInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍑鸿处璧峰鏃ユ湡 */
+    transferTimeBegin?: string;
+    /** 鍑鸿处缁撴潫鏃ユ湡 */
+    transferTimeEnd?: string;
+    enterpriseId?: string;
+  }
+
+  interface GetParkBountyTradeDetailOutput {
+    id?: string;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鍑瘉 */
+    payFileUrl?: string;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
+    /** 鍑鸿处鏃堕棿 */
+    tradeTime?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+    financeType?: FinanceTypeEnum;
+  }
+
+  interface GetParkBountyTradeDetailOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyTradeDetailOutput[];
+  }
+
+  interface GetParkBountyTradeInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    searchKeyWord?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    /** 鍑鸿处璧峰鏃ユ湡 */
+    transferTimeBegin?: string;
+    /** 鍑鸿处缁撴潫鏃ユ湡 */
+    transferTimeEnd?: string;
+  }
+
+  interface GetParkBountyTradeOutput {
+    enterpriseId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    authType?: EnterpriseTypeEnum;
+    /** 鏈�杩戝嚭璐﹂噾棰� */
+    tradeAmount?: number;
+    /** 鍑鸿处鏃堕棿 */
+    tradeTime?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+  }
+
+  interface GetParkBountyTradeOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkBountyTradeOutput[];
+  }
+
+  interface GetParkCustomerBountyApplyOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠鏃ユ湡 */
+    creationTime?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 鍐呴儴瀹℃牳鏃ユ湡 */
+    inCheckTime?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶栭儴瀹℃牳鏃ユ湡 */
+    outCheckTime?: string;
+  }
+
+  interface GetParkCustomerBountyApplyOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyApplyOutput[];
+  }
+
+  interface GetParkCustomerBountyConsumptionOutput {
+    id?: string;
+    /** 濂栧姳閲戞秷璐规棩鏈� */
+    payDateTime?: string;
+    /** 娑堣垂閲戦 */
+    amount?: number;
+    /** 娑堣垂绫诲瀷 */
+    payRemark?: string;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
+    /** 鍑瘉 */
+    payFileUrl?: string;
+    payFileUrls?: string[];
+  }
+
+  interface GetParkCustomerBountyConsumptionOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyConsumptionOutput[];
+  }
+
+  interface GetParkCustomerBountyGrantOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐︽椂闂� */
+    transferToTime?: string;
+    transferToStatus?: TransferToStatusEnum;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */
+    transferToFileUrl?: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */
+    financeTime?: string;
+    /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */
+    settleTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 鎷ㄤ粯鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+  }
+
+  interface GetParkCustomerBountyGrantOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyGrantOutput[];
+  }
+
+  interface GetParkCustomerManageDetailOutput {
+    id?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 淇$敤浠g爜 */
+    societyCreditCode?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    industrialParkId?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkName?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 鍥尯绫诲瀷鍚嶇О */
+    parkTypName?: string;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 閾惰鎬昏鍚嶇О */
+    bankName?: string;
+    /** 閾惰鏀鍚嶇О */
+    bankBranchName?: string;
+    /** 閾惰鍗″彿 */
+    bankCardNumber?: string;
+  }
+
+  interface GetParkCustomerManageOutput {
+    id?: string;
+    /** 甯愬彿 */
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鐢佃瘽 */
+    phoneNumber?: string;
+    enterpriseType?: EnterpriseTypeEnum;
+    industrialParkId?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkName?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 鍥尯绫诲瀷鍚嶇О */
+    parkTypName?: string;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    licenseIsVerify?: boolean;
+    /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    bankName?: string;
+    bankBranchName?: string;
+    bankCardNumber?: string;
+    bankIsVerify?: boolean;
+    /** 鐢虫姤娆℃暟 */
+    applyCount?: number;
+    /** 鏈�杩戠敵鎶� */
+    lastApplyTime?: string;
+    /** 鍙戞斁娆℃暟 */
+    payCount?: number;
+    /** 鏈�杩戝彂鏀炬椂闂� */
+    lastPayTime?: string;
+    /** 鍙戞斁鎬婚 */
+    bountySumAmount?: number;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+  }
+
+  interface GetParkCustomerManageOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerManageOutput[];
   }
 
   interface GetParkOrHRInfoByUserInput {
@@ -7777,6 +8384,13 @@
     maxAmount?: number;
     /** 鏌ヨ鏉′欢锛氫拱瀹跺悕绉�/鍗栧鍚嶇О/浜у搧鍚嶇О */
     queryCondition?: string;
+  }
+
+  interface GetPlatIncomeRechargeAccountOutput {
+    bankNumber?: string;
+    bankName?: string;
+    bankBranchName?: string;
+    bankAccountName?: string;
   }
 
   interface GetProductAdvertiseByCategoryInput {
@@ -8158,6 +8772,21 @@
     attestateEndDate?: string;
     /** 鏌ヨ鏉′欢锛氬鎴峰悕绉�/鑱旂郴浜�/鎵嬫満鍙� */
     queryCondition?: string;
+  }
+
+  interface GetUserBaseEnterpriseInfoOutput {
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+    /** 鍏呭�间綑棰� */
+    rechargeAmount?: number;
+    enterpriseName?: string;
+    societyCreditCode?: string;
+    licenseUrl?: string;
+    enterpriseIsVerify?: boolean;
+    bankName?: string;
+    bankBranchName?: string;
+    bankCardNumber?: string;
+    bankIsVerify?: boolean;
   }
 
   interface GetUserBaseInfoDataResponse {
@@ -8990,6 +9619,18 @@
     roleNames: string[];
   }
 
+  interface ImportBountyApplyDataInput {
+    /** 瀵煎叆鍦板潃 */
+    url?: string;
+    /** 濂栧姳閲戠敵璇稩d */
+    parkBountyApplyId?: string;
+  }
+
+  interface ImportBountyApplyDataOutput {
+    /** 閿欒鏁版嵁鍒楄〃 */
+    error?: ExportBountyApplyData[];
+  }
+
   interface ImportIdentityCardInput {
     /** CompanyId */
     companyId: string;
@@ -9114,7 +9755,16 @@
     data?: IncentivePaymentsManageListOutput[];
   }
 
+  interface IncheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
   type IncomeExpenseTypeEnum = 10 | 20;
+
+  type IncomeStatusEnum = 1 | 2;
 
   interface IndustrialParkDetailOutput {
     id?: string;
@@ -9137,6 +9787,10 @@
     id?: string;
     /** 鍥尯鍚嶇О */
     parkName?: string;
+    /** 鍥尯绫诲瀷 */
+    parkTypeId?: string;
+    /** 鍥尯绫诲瀷鍚嶇О */
+    parkTypeName?: string;
   }
 
   interface IndustrialParkListOutput {
@@ -13699,6 +14353,52 @@
     requestId?: string;
   }
 
+  interface OutCheckParkBountyApplyBaseInfo {
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠鍥尯Id */
+    parkId?: string;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鐢宠濂栧姳閲戞湀浠� */
+    applyMonth?: string;
+    /** 濂栧姳閲戞眹鎬婚噾棰� */
+    applySumAmount?: number;
+    /** 姹囨�绘槑缁嗚〃 */
+    enterpriseTaxSubFileUrl?: string;
+    /** 浼佷笟钀ユ敹姹囨�昏〃 */
+    enterpriseOperateFileUrl?: string;
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    bountyAssignFileUlr?: string;
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    bountyCollectFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶栭儴瀹℃牳鍘熷洜 */
+    outCheckRemark?: string;
+    /** 鍐呴儴瀹℃牳鍘熷洜 */
+    inCheckRemark?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 璐㈡斂鎷ㄤ粯鎬婚 */
+    financeSumAmount?: number;
+    /** 骞冲彴鍏呭�兼�婚 */
+    settleSumAmount?: number;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+  }
+
+  interface OutcheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
   interface PageInput {
     pageModel?: Pagination;
   }
@@ -13728,6 +14428,199 @@
     constraintTypes?: string[];
     bindingSourceId?: string;
     descriptorName?: string;
+  }
+
+  interface ParkBountyApplyBaseInfo {
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠鍥尯Id */
+    parkId?: string;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鐢宠濂栧姳閲戞湀浠� */
+    applyMonth?: string;
+    /** 濂栧姳閲戞眹鎬婚噾棰� */
+    applySumAmount?: number;
+    /** 姹囨�绘槑缁嗚〃 */
+    enterpriseTaxSubFileUrl?: string;
+    /** 浼佷笟钀ユ敹姹囨�昏〃 */
+    enterpriseOperateFileUrl?: string;
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    bountyAssignFileUlr?: string;
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    bountyCollectFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鍏呭�奸噾棰� */
+    settleSumAmount?: number;
+    /** 璐㈡斂鍙戞斁閲戦 */
+    financeSumAmount?: number;
+  }
+
+  interface ParkBountyApplyBatchFinanceInput {
+    parkBountyApplyDetailId?: string[];
+    /** 鍏呭�奸噾棰� */
+    financeToAmount?: number;
+    parkBountyApplyId?: string;
+  }
+
+  interface ParkBountyApplyBatchTransferInput {
+    parkBountyApplyDetailId?: string[];
+    /** 鍏ヨ处閲戦 */
+    transferToAmount?: number;
+    parkBountyApplyId?: string;
+  }
+
+  interface ParkBountyApplyDetailInfo {
+    parkBountyApplyId?: string;
+    parkBountyApplyDetailId?: string;
+    enterpriseId?: string;
+    userName?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鍩烘湰鎴蜂俊鎭� */
+    bankAccountInfo?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** C绔畬鍠勬儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+    authType?: EnterpriseTypeEnum;
+    /** 閾惰淇℃伅鍙锋槸鍚﹀凡瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 鏂囦欢瀹屾暣搴� */
+    fileCompleteRate?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍏ヨ处閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    /** 璐㈡斂鍏ヨ处鎿嶄綔鐢ㄦ埛 */
+    financeToUserId?: string;
+  }
+
+  interface ParkBountyApplyDetailInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkBountyApplyDetailInfo[];
+  }
+
+  interface ParkBountyApplyFinanceFileInput {
+    parkBountyApplyId?: string;
+    /** 鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鍙戞斁閲戦 */
+    financeSumAmount?: number;
+  }
+
+  interface ParkBountyApplyRechargeFileInput {
+    parkBountyApplyDetailId?: string;
+    /** 骞冲彴鍏呭�煎嚟璇� */
+    rechargeToFileUrl?: string;
+  }
+
+  interface ParkBountyApplyRechargeInput {
+    parkBountyApplyDetailId?: string;
+    /** 璐㈡斂鎷ㄤ粯 */
+    bountyAmount?: number;
+    parkBountyApplyId?: string;
+  }
+
+  interface ParkBountyApplySettleInput {
+    parkBountyApplyId?: string;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    /** 鍙戞斁閲戦 */
+    settleSumAmount?: number;
+  }
+
+  interface ParkBountyApplyTransferDetailInfo {
+    parkBountyApplyId?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    enterpriseId?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鍩烘湰鎴蜂俊鎭� */
+    bankAccountInfo?: string;
+    /** 鐢佃瘽 */
+    contactPhone?: string;
+    /** 钀ヤ笟鎵х収 */
+    licenseUrl?: string;
+    /** 绀句細缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** C绔畬绋庢儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+    authType?: EnterpriseTypeEnum;
+    transferToStatus?: TransferToStatusEnum;
+    /** 鍏ヨ处閲戦 */
+    transferToAmount?: number;
+    /** 鍏ヨ处鏃堕棿 */
+    transferToTime?: string;
+    parkBountyApplyDetailId?: string;
+    /** 鍏ヨ处鍑瘉 */
+    transferToFileUrl?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 璐㈡斂鍏ヨ处閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    /** 璐㈡斂鍏ヨ处鎿嶄綔鐢ㄦ埛 */
+    financeToUserId?: string;
+  }
+
+  interface ParkBountyApplyTransferDetailInfoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ParkBountyApplyTransferDetailInfo[];
+  }
+
+  interface ParkBountyApplyTransferFileInput {
+    parkBountyApplyDetailId?: string;
+    /** 鍏ヨ处鍑瘉 */
+    transferToFileUrl?: string;
+  }
+
+  interface ParkBountyApplyTransferInput {
+    parkBountyApplyDetailId?: string;
+    /** 鍏ヨ处閲戦 */
+    transferToAmount?: number;
+    parkBountyApplyId?: string;
   }
 
   type ParkCustomersCountTypeEnum = 10 | 50 | 100;
@@ -15908,6 +16801,32 @@
     operateHistoryType?: OperateHistoryTypeEnum;
   }
 
+  interface QueryParkCustomerBountyApplyInput {
+    pageModel?: Pagination;
+    id?: string;
+  }
+
+  interface QueryParkCustomerManageInput {
+    pageModel?: Pagination;
+    /** 浼佷笟鍚�/淇$敤浠g爜 */
+    keywords?: string;
+    /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */
+    licenseIsVerify?: boolean;
+    /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */
+    enterpriseIsVerify?: boolean;
+    /** 閾惰璐︽埛鏄惁瀹屽杽 */
+    bankIsVerify?: boolean;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
+    /** 鏈�杩戠敵鎶ュ紑濮嬫棩鏈� */
+    lastApplyBeginTime?: string;
+    /** 鏈�杩戠敵鎶ョ粨鏉熸棩鏈� */
+    lastApplyEndTime?: string;
+    lastPayBeginTime?: string;
+    /** 鏈�杩戝彂鏀剧粨鏉熸棩鏈� */
+    lastPayEndTime?: string;
+  }
+
   interface QueryParkOrHRAuditPageInput {
     pageModel?: Pagination;
     auditStatus?: ParkOrHRAuditStatusEnum;
@@ -16595,6 +17514,7 @@
 
   interface ResetPasswordBaseInput {
     userId?: string;
+    password?: string;
   }
 
   interface ResetPasswordDto {
@@ -16963,6 +17883,26 @@
     templateParamValue?: string;
     /** 妯℃澘鍙傛暟棰濆鏁版嵁 */
     templateParamExtraData?: string;
+  }
+
+  interface SaveParkBountyApplyCollectFileInput {
+    parkBountyApplyId?: string;
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    bountyAssignFileUlr?: string;
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    bountyCollectFileUrl?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+  }
+
+  interface SaveParkBountyApplyGatherFileInput {
+    parkBountyApplyId?: string;
+    /** 浼佷笟钀ユ敹姹囨�昏〃 */
+    enterpriseOperateFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏琛� */
+    enterpriseTaxSubFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
   }
 
   interface SaveWalletPayChannelFeeSettingInput {
@@ -17350,12 +18290,26 @@
     type?: number;
   }
 
+  type SettleStatusEnum = 1 | 2;
+
   interface SetUserCertificationAuditStatusInput {
     /** 瀹℃牳Id */
     id?: string;
     auditStatus?: UserCertificationAuditStatusEnum;
     /** 瀹℃牳澶囨敞 */
     auditNote?: string;
+  }
+
+  interface SetUserEnterpiseBaseInfoInput {
+    enterpriseName?: string;
+    societyCreditCode?: string;
+    licenseUrl?: string;
+  }
+
+  interface SetUserEnterpriseBankInfoInput {
+    bankName?: string;
+    bankBranchName?: string;
+    bankCardNumber?: string;
   }
 
   interface SetUserIndustrialParkInput {
@@ -18285,6 +19239,8 @@
 
   type TransAccountTypeEnum = 10 | 20;
 
+  type TransferToStatusEnum = 1 | 2;
+
   interface TypeApiDescriptionModel {
     baseType?: string;
     isEnum?: boolean;
@@ -18333,6 +19289,7 @@
     companyOrgId?: string;
     /** 缁勭粐鏋舵瀯閮ㄩ棬id */
     departmentOrgId?: string;
+    password?: string;
     /** 鐢ㄦ埛Id */
     id?: string;
   }
@@ -18508,6 +19465,23 @@
     enterpriseLogoUrl?: string;
     /** 鎵�灞炶涓欼d */
     industryTypeId: string;
+    id?: string;
+  }
+
+  interface UpdateGovermentClientUserInput {
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 瑙掕壊 */
+    roleNames?: string[];
+    /** 瀵嗙爜 */
+    password?: string;
+    /** 鐢ㄦ埛Id */
     id?: string;
   }
 
@@ -19128,6 +20102,28 @@
     insurePolicyId?: string;
     /** 鎶曚繚鍗� */
     insureBillUrl?: string;
+  }
+
+  interface UploadParkBountyApplyCompanyFileInput {
+    parkBountyApplyId?: string;
+    companyId?: string;
+    /** 鍥尯鍏ラ┗鍗忚 */
+    parkEnterPactUrl?: string;
+    /** 瀹岀◣璇佹槑 */
+    ratePaymentFileUrl?: string;
+    /** 浼佷笟缂寸◣鏄庣粏姹囨�昏〃 */
+    taxSubFileUrl?: string;
+    /** 浼佷笟缁忚惀鍒╂鼎琛� */
+    operateProfitesUrl?: string;
+    /** C绔畬绋庢儏鍐佃鏄� */
+    personTaxInstructUrl?: string;
+    /** C绔釜绋庡畬绋庢儏鍐佃鏄� */
+    personTaxRatePayUrl?: string;
+  }
+
+  interface UploadParkBountyApplyCompanyFileOutput {
+    companyId?: string;
+    fileCompleteRate?: string;
   }
 
   interface UploadVoucherUrlInput {
@@ -19760,6 +20756,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