From 53b0a0b7b5594e1e4ff6036703fa00af84c5ea9f Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 16 六月 2025 19:24:03 +0800 Subject: [PATCH] fix: bug --- src/services/api/typings.d.ts | 620 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 559 insertions(+), 61 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 731e944..289d356 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -55,7 +55,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -73,17 +73,20 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; - /** 閾惰鍗″彿 */ - bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; /** 鐢ㄦ埛鍚� */ userName: string; /** 鎵嬫満鍙� */ phoneNumber: string; /** 鑱旂郴浜� */ - contact: string; + contact?: string; /** 鑱旂郴鐢佃瘽 */ - contactPhone: string; + contactPhone?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; + bankName?: string; + bankBranchName?: string; + bankCardNumber?: string; } interface AddEnterpriseMaterialFileInput { @@ -221,8 +224,6 @@ leaderMobile?: string; /** 鍥尯绫诲瀷 */ parkTypeId?: string; - /** 娉ㄥ唽鍦板潃 */ - registerAddress: string; /** 澶囨敞 */ remark?: string; /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ @@ -231,18 +232,18 @@ rewardTemplateSetting?: boolean; /** 缁存姢鐨勫叕鍙� */ companyOrgId?: string; - /** 缁存姢鐨勫叕鍙� */ - companyOrgName?: string; /** 缁存姢鐨勯儴闂� */ departmentOrgId?: string; /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ suportEnterpriseUpload?: boolean; /** 鏄惁鏀寔骞冲彴鍏呭�� */ suportPlatRecharge?: boolean; - /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */ - applyFileType?: number; - /** 鍥尯鏉愭枡 */ - industrialParkFileTypeSetting?: string[]; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏂囦欢 */ + industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; } interface AddIndustryBodyAuditInput { @@ -606,7 +607,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -624,6 +625,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -964,6 +967,10 @@ productId?: string; } + interface APIbatchQuoteEnterpriseApplyFileParams { + parkBountyApplyId?: string; + } + interface APIcalculationWalletBatchImportTempPayFeeParams { walletAccountType?: WalletAccountTypeEnum; } @@ -1033,6 +1040,10 @@ interface APIdeletedInsurePlanDetailParams { /** 鍗曚釜鏄庣粏Id */ guid?: string; + } + + interface APIdeleteEnterpriseApplyUploadFileParams { + id?: string; } interface APIdeleteHeadHunterParams { @@ -1119,6 +1130,10 @@ interface APIdeleteOrderParams { id?: string; + } + + interface APIdeleteParkEnterpriseApplyFileParams { + parkEnterpriseDetaiFileId?: string; } interface APIdeleteParkRewardApplyParams { @@ -1328,6 +1343,10 @@ moduleId?: string; } + interface APIgetCustomerFileTypeHeadParams { + enterpriseId?: string; + } + interface APIgetCustomerTemplateDetailParams { id?: string; } @@ -1340,8 +1359,8 @@ templateId?: string; } - interface APIgetCustomerUploadApplyFilesParams { - id?: string; + interface APIgetCustomerUploadFileRecordParams { + withMonth?: string; } interface APIgetDefaultConnectionStringParams { @@ -1350,6 +1369,15 @@ interface APIgetElecBillInfoParams { transactionDetailId?: string; + } + + interface APIgetEnterpriseDrawWithDetailParams { + drawWithId?: string; + } + + interface APIgetEnterpriseLastUploadEnterPactFileNewParams { + companyId?: string; + parkBountyApplyId?: string; } interface APIgetEnterpriseLastUploadEnterPactFileParams { @@ -1736,6 +1764,10 @@ interface APIgetTrainingInfoParams { id?: string; + } + + interface APIgetUserBaseEnterpriseInfoThridpartParams { + userId?: string; } interface APIgetUserCanAuthProductListParams { @@ -2322,6 +2354,10 @@ /** 缁戝畾閭鍦板潃 */ bindEmailAddress?: string; canLoginUserSign?: CanLoginUserSignEnum; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; + /** 澶栭儴绯荤粺ID */ + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; } @@ -2719,6 +2755,8 @@ type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90; + type BillStatusEnum = 10 | 20 | 30; + interface BindUserEmailInput { /** 閭 */ bindEmailAddress: string; @@ -2737,7 +2775,7 @@ walletAccountType?: WalletAccountTypeEnum; } - type CanLoginUserSignEnum = 1 | 2 | -1; + type CanLoginUserSignEnum = 1 | 2 | 3 | -1; interface CategoryAllDto { /** 绫诲埆Id */ @@ -2835,6 +2873,7 @@ isPay?: boolean; /** 鎵�灞炲洯鍖� */ belongPark?: string; + industrialParkId?: string; /** 娉ㄥ唽鏃堕棿 */ registTime?: string; /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */ @@ -2906,6 +2945,7 @@ isPay?: boolean; /** 鎵�灞炲洯鍖� */ belongPark?: string; + industrialParkId?: string; /** 娉ㄥ唽鏃堕棿 */ registTime?: string; /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */ @@ -2989,7 +3029,14 @@ type ChargeTypeEnum = 1 | 2; + interface CheckBatchCreateCompanyUserDataInput { + list?: CheckBatchCreateCompanyUserInput[]; + isCheckUserExist?: boolean; + } + interface CheckBatchCreateCompanyUserInput { + belongPark?: string; + industrialParkId?: string; enterpriseName?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode?: string; @@ -2997,6 +3044,9 @@ contact?: string; /** 鎵嬫満鍙� */ phoneNumber?: string; + bankName?: string; + bankBranchName?: string; + bankCardNumber?: string; } interface CheckBatchCreateCompanyUserResult { @@ -3016,6 +3066,14 @@ circleFriendReplyId?: string; /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖锛�-10 */ status?: number; + } + + interface CheckEnterpriseApplyDrawWithInput { + applyDrawWithId?: string; + checkStatus?: EnterpriseRechargeStatusEnum; + /** 鎻愮幇鍑瘉 */ + checkFileUrl?: string; + checkRemark?: string; } interface CheckInsureCityIsAllowInput { @@ -3072,6 +3130,8 @@ interface CheckUserEnterpriseRechargeInput { id?: string; checkStatus?: EnterpriseRechargeStatusEnum; + /** 鍏呭�煎嚟璇� */ + rechargeVoucherFileUrl?: string; remark?: string; } @@ -3845,6 +3905,8 @@ /** 缁勭粐鏋舵瀯閮ㄩ棬id */ departmentOrgId?: string; password?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; } interface CreateBackClientUserInput { @@ -3944,6 +4006,10 @@ remark?: string; /** 鎵嬫満鍙� */ phoneNumber?: string; + /** 鐢ㄦ埛绔疘d */ + clientId?: string; + /** 鍥尯Ids */ + industrialParkIds?: string[]; /** 瑙掕壊 */ roleNames?: string[]; /** 瀵嗙爜 */ @@ -4918,6 +4984,7 @@ payFileUrl?: string; /** 娑堣垂绫诲瀷 */ payRemark?: string; + access?: ParkBountyTradeAccessEnum; } interface CreateParkOrHRAdvertiseInput { @@ -5058,6 +5125,11 @@ successTime: string; /** 澶囨敞 */ remark?: string; + } + + interface CreateTempTokenInput { + /** 鐢ㄦ埛Id */ + userId?: string; } interface CreateUserForAdminInput { @@ -5327,6 +5399,15 @@ endTime?: string; } + interface CustomerApplyFileDetailDto { + id?: string; + fileType?: string; + fileSize?: number; + fileUrl?: string; + fileSearchTypeId?: string; + monthApplyId?: string; + } + interface CustomerManageListOutput { id?: string; /** 浼佷笟鍚嶇О */ @@ -5397,6 +5478,29 @@ templateParamExtraData?: string; } + interface CustomerUploadMonthApplyFileInput { + withMonth?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; + fileTypes?: CustomerUploadMonthApplyFileType[]; + } + + interface CustomerUploadMonthApplyFileType { + fileSearchTypeId?: string; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + } + + interface CustomerUploadMonthApplyFileTypeDto { + fileSearchTypeId?: string; + id?: string; + fileSearchTypeName?: string; + fileType?: string; + fileSize?: number; + fileUrl?: string; + sort?: number; + creationTime?: string; + } + interface DataprepareCreateExtInfo { contextParams?: string; shortUrl?: string; @@ -5430,6 +5534,12 @@ } type DecimalDecimalValueTuple = true; + + interface DeleteMonthApplySingleFileInput { + monthApplyId?: string; + fileSearchTypeId?: string; + detaiFileId?: string; + } interface DistTemplateCreateContractInput { /** 璁㈠崟绛剧害Id */ @@ -5600,6 +5710,11 @@ freeCount?: number; } + interface EnterpriseApplyDrawWithInput { + amount?: number; + invoiceUrl?: string; + } + interface EnterpriseBatchRefundInput { guid?: string; listOrderNo?: number[]; @@ -5687,6 +5802,12 @@ } type EnterpriseMaterialTypeEnum = 10 | 11 | 20; + + type EnterpriseMonthApplyStatusEnum = 10 | 20; + + type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30; + + type EnterprisePrechargeInComeStatusEnum = 10 | 20; type EnterpriseRechargeStatusEnum = 10 | 20 | 30; @@ -5876,6 +5997,25 @@ isVisible?: boolean; } + interface ExternalSystemDto { + /** Id */ + id?: string; + /** 绯荤粺鍚� */ + name?: string; + /** ID */ + code?: string; + /** 鍚敤 */ + enabled?: boolean; + /** 澶囨敞 */ + remark?: string; + } + + interface ExternalSystemDtoPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: ExternalSystemDto[]; + } + interface FailOrderInfo { orderNo?: number; name?: string; @@ -5915,7 +6055,7 @@ fileId?: string; } - type FinanceStatusEnum = 1 | 2; + type FinanceStatusEnum = 1 | 2 | 3; type FinanceTypeEnum = 10 | 20; @@ -6551,6 +6691,7 @@ interface GetCompanyNameListOutput { companyId?: string; name?: string; + applyAmount?: number; } interface GetCooperationApplyInput { @@ -6692,38 +6833,56 @@ operator?: string; } + interface GetCustomerUploadApplyFilesByTypeInput { + fileSearchTypeId?: string; + monthApplyId?: string; + } + + interface GetCustomerUploadApplyFilesByTypeOutput { + id?: string; + fileType?: string; + fileSize?: number; + fileUrl?: string; + } + + interface GetCustomerUploadApplyFilesInput { + id?: string; + enterpriseId?: string; + withMonth?: string; + parkBountyApplyId?: string; + } + interface GetCustomerUploadApplyFilesOutput { + id?: string; fileSearchTypeId?: string; fileCount?: number; isUpload?: boolean; lastUpdateTime?: string; - id?: string; + monthApplyId?: string; withMonth?: string; + searchType?: number; enterpriseName?: string; parkName?: string; fileTypeName?: string; sort?: number; + listFiles?: CustomerApplyFileDetailDto[]; } - interface GetEnterpriseApplyUploadFile { - id?: string; - fileSearchTypeId?: string; - fileCount?: number; - isUpload?: boolean; - lastUpdateTime?: string; - } - - interface GetEnterpriseApplyUploadFileOutput { - id?: string; + interface GetCustomerUploadApplyFilesResponse { + /** 鎵�灞炴湀浠� */ withMonth?: string; - enterpriseId?: string; - uploadFiles?: GetEnterpriseApplyUploadFile[]; + /** 浼佷笟鍚嶇О */ + enterpriseName?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; + /** 鎵�灞炲洯鍖� */ + parkName?: string; + /** 闄勪欢 */ + items?: GetCustomerUploadApplyFilesOutput[]; } - interface GetEnterpriseApplyUploadFileOutputPageOutput { - pageModel?: Pagination; - objectData?: any; - data?: GetEnterpriseApplyUploadFileOutput[]; + interface GetCustomerUploadFileRecordOutput { + id?: string; } interface GetEnterpriseBuntyTradeDto { @@ -6767,6 +6926,88 @@ data?: GetEnterpriseCredentialDataResponse; } + interface GetEnterpriseDrawWithDetailOutput { + id?: string; + enterpriseId?: string; + enterpriseName?: string; + societyCreditCode?: string; + creationTime?: string; + accountName?: string; + bankNumber?: string; + bankName?: string; + bankResumeName?: string; + amount?: number; + remainAmount?: number; + invoiceUrl?: string; + checkStatus?: EnterpriseRechargeStatusEnum; + checkTime?: string; + checkUserId?: string; + checkRemark?: string; + checkFileUrl?: string; + } + + interface GetEnterpriseDrawWithListInput { + pageModel?: Pagination; + keyWord?: string; + beginDateTime?: string; + endDateTime?: string; + enterpriseId?: string; + checkStatus?: EnterpriseRechargeStatusEnum; + } + + interface GetEnterpriseDrawWithListOutput { + drawWithId?: string; + enterpriseId?: string; + enterpriseName?: string; + societyCreditCode?: string; + creationTime?: string; + enterpriseType?: string; + parkName?: string; + parkType?: string; + amount?: number; + remainAmount?: number; + checkStatus?: EnterpriseRechargeStatusEnum; + checkTime?: string; + checkRemark?: string; + checkFileUrl?: string; + } + + interface GetEnterpriseDrawWithListOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetEnterpriseDrawWithListOutput[]; + } + + interface GetEnterpriseMonthApplyFileOutput { + id?: string; + enterpriseId?: string; + withMonth?: string; + creationTime?: string; + uploadStatus?: EnterpriseMonthUploadStatusEnum; + /** 鐢虫姤閲戦 */ + applyAmount?: number; + applyStatus?: EnterpriseMonthApplyStatusEnum; + } + + interface GetEnterpriseMonthApplyFileOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetEnterpriseMonthApplyFileOutput[]; + } + + interface GetEnterpriseParkApplyUploadFileOutput { + fileSearchTypeId?: string; + fileSearchTypeName?: string; + fileCount?: number; + sort?: number; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + } + + interface GetEnterpriseParkApplyUploadFilesInput { + parkBountyApplyId?: string; + companyId?: string; + } + interface GetEnterprisePreChargeCheckListInput { pageModel?: Pagination; keyWord?: string; @@ -6802,6 +7043,26 @@ data?: GetEnterprisePreChargeCheckListOutput[]; } + interface GetEnterprisePrechargeListOutput { + id?: string; + /** 鍏呭�奸噾棰� */ + prechargeAmount?: number; + /** 鍏呭�煎嚟璇� */ + rechargeVoucherFileUrl?: string; + /** 瀹℃牳澶囨敞 */ + checkRemark?: string; + checkStatus?: EnterpriseRechargeStatusEnum; + inComeStatus?: EnterprisePrechargeInComeStatusEnum; + /** 鎻愪氦鏃ユ湡 */ + creationTime?: string; + } + + interface GetEnterprisePrechargeListOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetEnterprisePrechargeListOutput[]; + } + interface GetEnterpriseRechargeDetail { id?: string; /** 鍏呭�艰处鍙� */ @@ -6820,11 +7081,19 @@ outBankResumeName?: string; /** 鍑鸿处鍥炲崟 */ outReceiptFileUrl?: string; + /** 鍏呭�煎嚟璇� */ + rechargeVoucherFileUrl?: string; /** 瀹℃牳澶囨敞 */ checkRemark?: string; checkStatus?: EnterpriseRechargeStatusEnum; /** 鎻愪氦鏃ユ湡 */ creationTime?: string; + } + + interface GetExternalSystemInput { + pageModel?: Pagination; + /** 鍏抽敭瀛� */ + searchKey?: string; } interface GetFeatureListResultDto { @@ -8060,6 +8329,10 @@ financeTimeEnd?: string; /** 鍏ヨ处璧峰鏃ユ湡 */ incomeTimeBegin?: string; + /** 鎷ㄤ粯鍏ヨ处缁撴潫鏃ユ湡 */ + financeIncomeTimeEnd?: string; + /** 鎷ㄤ粯鍏ヨ处璧峰鏃ユ湡 */ + financeIncomeTimeBegin?: string; /** 鍏ヨ处缁撴潫鏃ユ湡 */ incomeTimeEnd?: string; /** 澶栭儴瀹℃牳璧峰鏃ユ湡 */ @@ -8096,6 +8369,10 @@ settleTime?: string; incomeStatus?: IncomeStatusEnum; inCheckStatus?: BountyCheckStatusEnum; + /** 璐㈡斂鍏ヨ处鏃堕棿 */ + financeIncomeTime?: string; + billStatus?: BillStatusEnum; + financeIncomeStatus?: IncomeStatusEnum; /** 鍐呴儴瀹℃牳鏃ユ湡 */ inCheckTime?: string; outCheckStatus?: BountyCheckStatusEnum; @@ -8112,6 +8389,16 @@ settleSumAmount?: number; /** 璐㈡斂鍙戞斁閲戦 */ financeSumAmount?: number; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */ + rewardTemplateSetting?: boolean; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; } interface GetParkBountyApplyListOutputPageOutput { @@ -8150,6 +8437,7 @@ tradeAmount?: number; /** 鍑鸿处鍑瘉 */ payFileUrl?: string; + access?: ParkBountyTradeAccessEnum; /** 娑堣垂绫诲瀷 */ payRemark?: string; /** 鍑鸿处鏃堕棿 */ @@ -8208,6 +8496,11 @@ data?: GetParkBountyTradeOutput[]; } + interface GetParkCollectFileTypeListInput { + parkId?: string; + searchType?: number; + } + interface GetParkCustomerBountyApplyOutput { id?: string; /** 鐢宠鎵规鍙� */ @@ -8241,12 +8534,40 @@ /** 鍑瘉 */ payFileUrl?: string; payFileUrls?: string[]; + financeType?: FinanceTypeEnum; } interface GetParkCustomerBountyConsumptionOutputPageOutput { pageModel?: Pagination; objectData?: any; data?: GetParkCustomerBountyConsumptionOutput[]; + } + + interface GetParkCustomerBountyFinanceOutput { + id?: string; + /** 鐢宠鎵规鍙� */ + batchNo?: string; + /** 鐢虫姤鏈堜唤 */ + applyMonth?: string; + /** 鐢虫姤鎬婚 */ + applySumAmount?: number; + /** 璐㈡斂鎷ㄤ粯閲戦 */ + financeToAmount?: number; + /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */ + financeToTime?: string; + /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */ + financeTime?: string; + financeToStatus?: FinanceStatusEnum; + /** 鎷ㄤ粯鍏ヨ处鍑瘉 */ + financeToFileUrl?: string; + inCheckStatus?: BountyCheckStatusEnum; + outCheckStatus?: BountyCheckStatusEnum; + } + + interface GetParkCustomerBountyFinanceOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetParkCustomerBountyFinanceOutput[]; } interface GetParkCustomerBountyGrantOutput { @@ -8275,12 +8596,44 @@ financeToStatus?: FinanceStatusEnum; /** 鎷ㄤ粯鍏ヨ处鍑瘉 */ financeToFileUrl?: string; + inCheckStatus?: BountyCheckStatusEnum; + outCheckStatus?: BountyCheckStatusEnum; } interface GetParkCustomerBountyGrantOutputPageOutput { pageModel?: Pagination; objectData?: any; data?: GetParkCustomerBountyGrantOutput[]; + } + + interface GetParkCustomerBountySettleOutput { + id?: string; + /** 鐢宠鎵规鍙� */ + batchNo?: string; + /** 鐢虫姤鏈堜唤 */ + applyMonth?: string; + /** 鐢虫姤鎬婚 */ + applySumAmount?: number; + /** 骞冲彴鍏呭�煎叆璐︽椂闂� */ + transferToTime?: string; + transferToStatus?: TransferToStatusEnum; + /** 骞冲彴鍏呭�奸噾棰� */ + transferToAmount?: number; + /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */ + transferToFileUrl?: string; + /** 璐㈡斂鎷ㄤ粯閲戦 */ + financeToAmount?: number; + /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */ + settleTime?: string; + financeToStatus?: FinanceStatusEnum; + inCheckStatus?: BountyCheckStatusEnum; + outCheckStatus?: BountyCheckStatusEnum; + } + + interface GetParkCustomerBountySettleOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetParkCustomerBountySettleOutput[]; } interface GetParkCustomerManageDetailOutput { @@ -8337,12 +8690,26 @@ applyCount?: number; /** 鏈�杩戠敵鎶� */ lastApplyTime?: string; - /** 鍙戞斁娆℃暟 */ - payCount?: number; /** 鏈�杩戝彂鏀炬椂闂� */ - lastPayTime?: string; + lastFinanceTime?: string; + /** 璐㈡斂鎷ㄤ粯娆℃暟 */ + financeCount?: number; + /** 璐㈡斂鍏ヨ处娆℃暟 */ + financeIncomeCount?: number; + /** 鍏呭�兼鏁� */ + settleCount?: number; + /** 鍏呭�煎叆璐︽鏁� */ + settleIncomeCount?: number; + /** 鏈�杩戝厖鍊兼棩鏈� */ + lastSettleTime?: string; + /** 鏈�杩戝彂鏀惧叆璐︽椂闂� */ + lastFinanceIncomeTime?: string; + /** 鏈�杩戝厖鍊煎叆璐︽棩鏈� */ + lastSettleIncomeTime?: string; /** 鍙戞斁鎬婚 */ - bountySumAmount?: number; + settleSumAmount?: number; + /** 鍏呭�兼�婚 */ + financeSumAmount?: number; /** 濂栧姳閲戜綑棰� */ bountyAmount?: number; } @@ -8454,6 +8821,13 @@ bankBranchName?: string; bankAccountName?: string; incomeCompany?: string; + } + + interface GetPlatInvoiceAccountOutput { + bankNumber?: string; + bankName?: string; + enterpriseName?: string; + societyCreditCode?: string; } interface GetProductAdvertiseByCategoryInput { @@ -8806,6 +9180,7 @@ searchType: number; /** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */ belongType?: number; + status?: boolean; } interface GetUserAccountDto { @@ -8842,6 +9217,8 @@ bountyAmount?: number; /** 鍏呭�间綑棰� */ rechargeAmount?: number; + /** 璐㈡斂鎷ㄤ粯浣欓 */ + financeAmount?: number; enterpriseName?: string; societyCreditCode?: string; licenseUrl?: string; @@ -9829,6 +10206,13 @@ type IncomeStatusEnum = 1 | 2; + interface IndustrialParkApplyFileFile { + /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */ + applyFileType?: number; + /** 鍥尯鏉愭枡 */ + industrialParkFileTypeSetting?: string[]; + } + interface IndustrialParkDetailOutput { id?: string; /** 鍥尯鍚嶇О */ @@ -9854,10 +10238,15 @@ suportEnterpriseUpload?: boolean; /** 鏄惁鏀寔骞冲彴鍏呭�� */ suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; /** 娉ㄥ唽鍦板潃 */ registerAddress?: string; /** 澶囨敞 */ remark?: string; + industrialParkFileTypeList?: IndustrialParkFileTypeOutput[]; } interface IndustrialParkDropDownOutput { @@ -9868,12 +10257,19 @@ parkTypeId?: string; /** 鍥尯绫诲瀷鍚嶇О */ parkTypeName?: string; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; } - interface IndustrialParkFileTypeDto { - fileTypeId?: string; - fileTypeName?: string; - sort?: number; + interface IndustrialParkFileTypeOutput { + /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */ + applyFileType?: number; + /** 鍥尯鏉愭枡 */ + fileSearchTypeId?: string; } interface IndustrialParkListOutput { @@ -9901,6 +10297,10 @@ suportEnterpriseUpload?: boolean; /** 鏄惁鏀寔骞冲彴鍏呭�� */ suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; } interface IndustrialParkListOutputPageOutput { @@ -14461,6 +14861,8 @@ parkTypeName?: string; /** 鐢宠濂栧姳閲戞湀浠� */ applyMonth?: string; + /** 宸蹭繚瀛樹紒涓氱即绋庢槑缁嗐�佽惀鏀舵眹鎬� */ + saveGatherFile?: boolean; /** 濂栧姳閲戞眹鎬婚噾棰� */ applySumAmount?: number; /** 姹囨�绘槑缁嗚〃 */ @@ -14487,6 +14889,14 @@ settleFileUrl?: string; /** 璐㈡斂鍙戞斁鍑瘉 */ financeFileUrl?: string; + /** 鏄惁鏀寔浼佷笟涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; } interface OutcheckParkBountyApplyInput { @@ -14534,6 +14944,8 @@ parkId?: string; /** 鐢宠鍥尯 */ parkName?: string; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; /** 鐢宠鍥尯绫诲瀷 */ parkTypeName?: string; /** 鐢宠濂栧姳閲戞湀浠� */ @@ -14558,6 +14970,8 @@ settleSumAmount?: number; /** 璐㈡斂鍙戞斁閲戦 */ financeSumAmount?: number; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; } interface ParkBountyApplyBatchFinanceInput { @@ -14578,6 +14992,8 @@ parkBountyApplyId?: string; parkBountyApplyDetailId?: string; enterpriseId?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; userName?: string; /** 浼佷笟鍚嶇О */ enterpriseName?: string; @@ -14688,6 +15104,8 @@ /** 鍏ヨ处鏃堕棿 */ transferToTime?: string; parkBountyApplyDetailId?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; /** 鍏ヨ处鍑瘉 */ transferToFileUrl?: string; financeToStatus?: FinanceStatusEnum; @@ -14719,6 +15137,8 @@ transferToAmount?: number; parkBountyApplyId?: string; } + + type ParkBountyTradeAccessEnum = 1; type ParkCustomersCountTypeEnum = 10 | 50 | 100; @@ -16060,6 +16480,10 @@ /** 缁戝畾閭鍦板潃 */ bindEmailAddress?: string; canLoginUserSign?: CanLoginUserSignEnum; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; + /** 澶栭儴绯荤粺ID */ + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; /** 鏄惁鍙互鍚庡彴浠e彂浜鸿祫鍏徃 */ canPublishParkOrHR?: boolean; @@ -16922,6 +17346,9 @@ lastPayBeginTime?: string; /** 鏈�杩戝彂鏀剧粨鏉熸棩鏈� */ lastPayEndTime?: string; + /** 鏈�杩戝厖鍊肩粨鏉熸棩鏈� */ + lastSettleEndTime?: string; + lastSettleBeginTime?: string; } interface QueryParkOrHRAuditPageInput { @@ -17990,16 +18417,12 @@ bountyCollectFileUrl?: string; /** 鐢虫姤鎬婚 */ applySumAmount?: number; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; } interface SaveParkBountyApplyGatherFileInput { parkBountyApplyId?: string; - /** 浼佷笟钀ユ敹姹囨�昏〃 */ - enterpriseOperateFileUrl?: string; - /** 浼佷笟缂寸◣鏄庣粏琛� */ - enterpriseTaxSubFileUrl?: string; - /** 鍏ラ┗鍏宠仈璇存槑 */ - enterpriseRelateFileUrl?: string; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; } interface SaveWalletPayChannelFeeSettingInput { @@ -18215,7 +18638,7 @@ interface SetCanLoginUserSignInput { id?: string; - canLoginUserSign?: CanLoginUserSignEnum; + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; } @@ -18254,6 +18677,11 @@ opStatus?: ParkOrHRAuditStatusEnum; /** 瀹℃牳澶囨敞 */ auditNote?: string; + } + + interface SetIndustrialParkRewardEnableInput { + id?: string; + rewardEnable?: boolean; } interface SetIndustrialParkStatusInput { @@ -18387,7 +18815,7 @@ type?: number; } - type SettleStatusEnum = 1 | 2; + type SettleStatusEnum = 1 | 2 | 3 | -1; interface SetUserCertificationAuditStatusInput { /** 瀹℃牳Id */ @@ -18401,12 +18829,18 @@ enterpriseName?: string; societyCreditCode?: string; licenseUrl?: string; + /** 鐢ㄦ埛Id */ + userId?: string; + disabledSyncUser?: boolean; } interface SetUserEnterpriseBankInfoInput { bankName?: string; bankBranchName?: string; bankCardNumber?: string; + /** 鐢ㄦ埛Id */ + userId?: string; + disabledSyncUser?: boolean; } interface SetUserIndustrialParkInput { @@ -18908,6 +19342,24 @@ sequence?: number; } + interface SyncParkBountyApplyTradeOutput { + bountyAmount?: number; + rechargeAmount?: number; + details?: SyncParkBountyTradeDetailOutput[]; + } + + interface SyncParkBountyTradeDetailOutput { + enterpriseId?: string; + amount?: number; + payType?: EnterpriseBountyPayTypeEnum; + financeType?: FinanceTypeEnum; + access?: ParkBountyTradeAccessEnum; + payRemark?: string; + remianAmount?: number; + payFileUrl?: string; + creationTime?: string; + } + interface SysOrgDetailOutput { id?: string; /** 缁勭粐鍚嶇О */ @@ -19398,7 +19850,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -19416,6 +19868,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -19491,6 +19945,12 @@ /** 鏂囦欢鍒楄〃 */ addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[]; id?: string; + } + + interface UpdateEnterpriseMonthApplyFileApplyAmountInput { + id?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; } interface UpdateFeatureDto { @@ -19574,6 +20034,10 @@ remark?: string; /** 鎵嬫満鍙� */ phoneNumber?: string; + /** 鐢ㄦ埛绔疘d */ + clientId?: string; + /** 鍥尯Ids */ + industrialParkIds?: string[]; /** 瑙掕壊 */ roleNames?: string[]; /** 瀵嗙爜 */ @@ -19591,8 +20055,6 @@ leaderMobile?: string; /** 鍥尯绫诲瀷 */ parkTypeId?: string; - /** 娉ㄥ唽鍦板潃 */ - registerAddress: string; /** 澶囨敞 */ remark?: string; /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ @@ -19601,18 +20063,18 @@ rewardTemplateSetting?: boolean; /** 缁存姢鐨勫叕鍙� */ companyOrgId?: string; - /** 缁存姢鐨勫叕鍙� */ - companyOrgName?: string; /** 缁存姢鐨勯儴闂� */ departmentOrgId?: string; /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ suportEnterpriseUpload?: boolean; /** 鏄惁鏀寔骞冲彴鍏呭�� */ suportPlatRecharge?: boolean; - /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */ - applyFileType?: number; - /** 鍥尯鏉愭枡 */ - industrialParkFileTypeSetting?: string[]; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏂囦欢 */ + industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; id?: string; } @@ -20097,7 +20559,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -20115,6 +20577,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -20217,6 +20681,26 @@ insurePolicyId?: string; /** 鎶曚繚鍗� */ insureBillUrl?: string; + } + + interface UploadMonthApplySingleFilesInput { + monthApplyId?: string; + fileSearchTypeId?: string; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + } + + interface UploadParkApplyCustomerFilesInput { + parkBountyApplyId?: string; + companyId?: string; + fileTypes?: UploadParkApplyCustomerFileTypes[]; + } + + interface UploadParkApplyCustomerFileTypes { + fileSearchTypeId?: string; + fileSearchTypeName?: string; + fileCount?: number; + sort?: number; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; } interface UploadParkBountyApplyCompanyFileInput { @@ -20863,6 +21347,8 @@ companyOrgId?: string; /** 缁勭粐鏋舵瀯閮ㄩ棬id */ departmentOrgId?: string; + /** 鍥尯Ids */ + industrialParkIds?: string[]; } interface UserDtoPageOutput { @@ -21149,6 +21635,18 @@ /** 鐢靛瓙绛惧嵃绔犲浘鐗囩敓鎴愮姸鎬� 0鏈敓鎴� 1宸茬敓鎴� */ signatureImageStatus?: number; certificationChannel?: UserCertificationChannelEnum; + industrialParkId?: string; + industrialParkName?: string; + suportEnterpriseUpload?: boolean; + suportPlatRecharge?: boolean; + rewardEnable?: boolean; + suportWithDraw?: boolean; + industrialParkStatus?: IndustrialParkStatusEnum; + isHasBountyApply?: boolean; + /** 鏄惁鍙互鐧诲綍鐢靛瓙绛� */ + canLoginUserSign?: boolean; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; } interface UserMessageInfo { -- Gitblit v1.9.1