From 57f5bb94d818edfc797d1c7476b3ee7d0748e980 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 15 四月 2025 10:47:16 +0800 Subject: [PATCH] fix: bug --- src/services/api/typings.d.ts | 275 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 242 insertions(+), 33 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index dac04de..7548f5e 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -946,6 +946,10 @@ walletAccountType?: WalletAccountTypeEnum; } + interface APIcancelParkBountyApplyParams { + parkBountyApplyId?: string; + } + interface APIcheckUserCertificationRepeatParams { userId?: string; enterpriseName?: string; @@ -1550,6 +1554,10 @@ interface APIgetParams { id?: string; + } + + interface APIgetParkBountyApplyBatchTransferEnterpriseParams { + parkBountyApplyId?: string; } interface APIgetParkCustomerManageBaseDetailParams { @@ -3883,6 +3891,21 @@ status?: CooperationApplyStatusEnum; } + interface CreateGoverUserInput { + /** 鍚嶇О */ + name?: string; + /** 鐢ㄦ埛鍚� */ + userName?: string; + /** 澶囨敞 */ + remark?: string; + /** 鎵嬫満鍙� */ + phoneNumber?: string; + /** 瑙掕壊 */ + roleNames?: string[]; + /** 瀵嗙爜 */ + password?: string; + } + interface CreateInformationAdvertiseInput { /** 瀵瑰鑱旂郴浜� */ outerContacter?: string; @@ -4470,7 +4493,7 @@ description?: string; parkCustomersCount?: ParkCustomersCountTypeEnum; /** 鎴愮珛骞翠唤 */ - setUpDate: number; + setUpDate?: number; serveSetting?: string[]; workOfType?: string[]; parkStyle?: ParkStyleDto[]; @@ -4841,6 +4864,16 @@ name: string; /** 鎺掑簭 */ sequence?: number; + } + + interface CreateParkBountyTradeInput { + enterpriseId?: string; + /** 鏈�杩戝嚭璐﹂噾棰� */ + tradeAmount?: number; + /** 鍑鸿处鍑瘉 */ + payFileUrl?: string; + /** 娑堣垂绫诲瀷 */ + payRemark?: string; } interface CreateParkOrHRAdvertiseInput { @@ -6533,6 +6566,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; @@ -6745,6 +6798,25 @@ 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 { @@ -7699,6 +7771,12 @@ endDate?: string; } + interface GetNotTransferCompanyNameListOutput { + companyId?: string; + name?: string; + parkBountyApplyDetailId?: string; + } + interface GetOperateHistoryInput { pageModel?: Pagination; relationId?: string; @@ -7757,32 +7835,6 @@ enterinessName?: string; } - interface GetParkApplyCompanyListOutput { - id?: string; - userName?: string; - enterpriseName?: string; - bankIsVerify?: boolean; - /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl?: string; - /** 缁熶竴绀句細淇$敤浠g爜 */ - societyCreditCode?: string; - /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */ - enterpriseIsVerify?: boolean; - authType?: EnterpriseTypeEnum; - /** 浼佷笟绫诲瀷 10浜哄姏璧勬簮鍏徃 20鐢叉柟浼佷笟 30琛屼笟閰嶅 40琛屼笟鏈烘瀯 */ - type?: number; - /** 鐢ㄦ埛鎵嬫満鍙� */ - phoneNumber?: string; - /** 鍒涘缓鏃堕棿 */ - creationTime?: string; - } - - interface GetParkApplyCompanyListOutputPageOutput { - pageModel?: Pagination; - objectData?: any; - data?: GetParkApplyCompanyListOutput[]; - } - interface GetParkApplyCompanyStepTwoListInput { pageModel?: Pagination; parkBountyApplyId?: string; @@ -7791,6 +7843,8 @@ bankIsVerify?: boolean; /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */ enterpriseIsVerify?: boolean; + /** 閫夋嫨鍏徃Id */ + removeCompanyIds?: string[]; } interface GetParkBountyApplyFileInput { @@ -7874,9 +7928,14 @@ /** 鍙戞斁鏃ユ湡 */ settleTime?: string; incomeStatus?: IncomeStatusEnum; + inCheckStatus?: BountyCheckStatusEnum; + /** 鍐呴儴瀹℃牳鏃ユ湡 */ + inCheckTime?: string; outCheckStatus?: BountyCheckStatusEnum; /** 澶栭儴瀹℃牳鏃ユ湡 */ outCheckTime?: string; + /** 鍙戞斁鍑瘉 */ + settleFileUrl?: string; } interface GetParkBountyApplyListOutputPageOutput { @@ -7891,6 +7950,84 @@ /** 浼佷笟鍚�/淇$敤浠g爜 */ searchKeyWord?: string; transferToStatus?: TransferToStatusEnum; + } + + 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; + } + + 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 { @@ -7919,11 +8056,13 @@ payDateTime?: string; /** 娑堣垂閲戦 */ amount?: number; - payType?: EnterpriseBountyPayTypeEnum; + /** 娑堣垂绫诲瀷 */ + payRemark?: string; /** 濂栧姳閲戜綑棰� */ remianAmount?: number; /** 鍑瘉 */ payFileUrl?: string; + payFileUrls?: string[]; } interface GetParkCustomerBountyConsumptionOutputPageOutput { @@ -7940,7 +8079,7 @@ settleTime?: string; /** 鍏ヨ处鏃堕棿 */ incomeTime?: string; - incomeStatus?: IncomeStatusEnum; + incomeStatus?: TransferToStatusEnum; /** 鍙戞斁閲戦 */ applySumAmount?: number; /** 鍏ヨ处鍑瘉 */ @@ -7999,6 +8138,10 @@ licenseIsVerify?: boolean; /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */ enterpriseIsVerify?: boolean; + bankName?: string; + bankBranchName?: string; + bankCardNumber?: string; + bankIsVerify?: boolean; /** 鐢虫姤娆℃暟 */ applyCount?: number; /** 鏈�杩戠敵鎶� */ @@ -9492,6 +9635,10 @@ id?: string; /** 鍥尯鍚嶇О */ parkName?: string; + /** 鍥尯绫诲瀷 */ + parkTypeId?: string; + /** 鍥尯绫诲瀷鍚嶇О */ + parkTypeName?: string; } interface IndustrialParkListOutput { @@ -14054,6 +14201,42 @@ 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; + outCheckStatus?: BountyCheckStatusEnum; + /** 澶栭儴瀹℃牳鍘熷洜 */ + outCheckRemark?: string; + /** 鍐呴儴瀹℃牳鍘熷洜 */ + inCheckRemark?: string; + inCheckStatus?: BountyCheckStatusEnum; + } + + interface OutcheckParkBountyApplyInput { + parkBountyApplyId?: string; + outCheckStatus?: BountyCheckStatusEnum; + /** 澶囨敞 */ + remark?: string; + } + interface PageInput { pageModel?: Pagination; } @@ -14116,7 +14299,9 @@ interface ParkBountyApplyDetailInfo { parkBountyApplyId?: string; + parkBountyApplyDetailId?: string; enterpriseId?: string; + userName?: string; /** 浼佷笟鍚嶇О */ enterpriseName?: string; /** 鍩烘湰鎴蜂俊鎭� */ @@ -14140,8 +14325,6 @@ /** C绔釜绋庡畬绋庢儏鍐佃鏄� */ personTaxRatePayUrl?: string; authType?: EnterpriseTypeEnum; - /** 浼佷笟绫诲瀷 10浜哄姏璧勬簮鍏徃 20鐢叉柟浼佷笟 30琛屼笟閰嶅 40琛屼笟鏈烘瀯 */ - type?: number; /** 閾惰淇℃伅鍙锋槸鍚﹀凡瀹屽杽 */ bankIsVerify?: boolean; /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */ @@ -14189,13 +14372,13 @@ enterRelateUrl?: string; /** C绔釜绋庡畬绋庢儏鍐佃鏄� */ personTaxRatePayUrl?: string; - /** 浼佷笟绫诲瀷 10浜哄姏璧勬簮鍏徃 20鐢叉柟浼佷笟 30琛屼笟閰嶅 40琛屼笟鏈烘瀯 */ - type?: number; + authType?: EnterpriseTypeEnum; transferToStatus?: TransferToStatusEnum; /** 鍏ヨ处閲戦 */ transferToAmount?: number; /** 鍏ヨ处鏃堕棿 */ transferToTime?: string; + parkBountyApplyDetailId?: string; /** 鍏ヨ处鍑瘉 */ transferToFileUrl?: string; } @@ -16409,8 +16592,17 @@ licenseIsVerify?: boolean; /** 浼佷笟淇℃伅鏄惁宸插畬鍠� */ enterpriseIsVerify?: boolean; + /** 閾惰璐︽埛鏄惁瀹屽杽 */ + bankIsVerify?: boolean; /** 鎵�灞炲洯鍖� */ industrialParkId?: string; + /** 鏈�杩戠敵鎶ュ紑濮嬫棩鏈� */ + lastApplyBeginTime?: string; + /** 鏈�杩戠敵鎶ョ粨鏉熸棩鏈� */ + lastApplyEndTime?: string; + lastPayBeginTime?: string; + /** 鏈�杩戝彂鏀剧粨鏉熸棩鏈� */ + lastPayEndTime?: string; } interface QueryParkOrHRAuditPageInput { @@ -19052,6 +19244,23 @@ id?: string; } + interface UpdateGovermentClientUserInput { + /** 鍚嶇О */ + name?: string; + /** 鐢ㄦ埛鍚� */ + userName?: string; + /** 澶囨敞 */ + remark?: string; + /** 鎵嬫満鍙� */ + phoneNumber?: string; + /** 瑙掕壊 */ + roleNames?: string[]; + /** 瀵嗙爜 */ + password?: string; + /** 鐢ㄦ埛Id */ + id?: string; + } + interface UpdateIndustrialParkInput { /** 鍥尯鍚嶇О */ parkName: string; -- Gitblit v1.9.1