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 | 1442 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 1,410 insertions(+), 32 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index dafc419..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,10 +224,26 @@ leaderMobile?: string; /** 鍥尯绫诲瀷 */ parkTypeId?: string; - /** 娉ㄥ唽鍦板潃 */ - registerAddress: string; /** 澶囨敞 */ remark?: string; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */ + rewardTemplateSetting?: boolean; + /** 缁存姢鐨勫叕鍙� */ + companyOrgId?: string; + /** 缁存姢鐨勯儴闂� */ + departmentOrgId?: string; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏂囦欢 */ + industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; } interface AddIndustryBodyAuditInput { @@ -426,6 +445,13 @@ userId?: string; } + interface AddParkBountyApplyStepOneInput { + batchNo?: string; + parkId?: string; + applyMonth?: string; + removeCompanyIds?: string[]; + } + interface AddSysOrgInput { /** 缁勭粐鍚嶇О */ orgName: string; @@ -581,7 +607,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -599,6 +625,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -879,6 +907,10 @@ isCache?: boolean; } + interface APIaddSearchSettingClickCountParams { + id?: string; + } + interface APIadvertiseOffShelfParams { /** 璧勮骞垮憡Id */ id?: string; @@ -935,8 +967,16 @@ productId?: string; } + interface APIbatchQuoteEnterpriseApplyFileParams { + parkBountyApplyId?: string; + } + interface APIcalculationWalletBatchImportTempPayFeeParams { walletAccountType?: WalletAccountTypeEnum; + } + + interface APIcancelParkBountyApplyParams { + parkBountyApplyId?: string; } interface APIcheckUserCertificationRepeatParams { @@ -1000,6 +1040,10 @@ interface APIdeletedInsurePlanDetailParams { /** 鍗曚釜鏄庣粏Id */ guid?: string; + } + + interface APIdeleteEnterpriseApplyUploadFileParams { + id?: string; } interface APIdeleteHeadHunterParams { @@ -1086,6 +1130,10 @@ interface APIdeleteOrderParams { id?: string; + } + + interface APIdeleteParkEnterpriseApplyFileParams { + parkEnterpriseDetaiFileId?: string; } interface APIdeleteParkRewardApplyParams { @@ -1295,6 +1343,10 @@ moduleId?: string; } + interface APIgetCustomerFileTypeHeadParams { + enterpriseId?: string; + } + interface APIgetCustomerTemplateDetailParams { id?: string; } @@ -1307,6 +1359,10 @@ templateId?: string; } + interface APIgetCustomerUploadFileRecordParams { + withMonth?: string; + } + interface APIgetDefaultConnectionStringParams { id?: string; } @@ -1315,9 +1371,26 @@ transactionDetailId?: string; } + interface APIgetEnterpriseDrawWithDetailParams { + drawWithId?: string; + } + + interface APIgetEnterpriseLastUploadEnterPactFileNewParams { + companyId?: string; + parkBountyApplyId?: string; + } + + interface APIgetEnterpriseLastUploadEnterPactFileParams { + companyId?: string; + } + interface APIgetEnterpriseMaterialIdByUserIdParams { userId?: string; materialType?: EnterpriseMaterialTypeEnum; + } + + interface APIgetEnterpriseRechargeDetailParams { + id?: string; } interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams { @@ -1545,6 +1618,18 @@ id?: string; } + interface APIgetParkBountyApplyBatchFinanceEnterpriseParams { + parkBountyApplyId?: string; + } + + interface APIgetParkBountyApplyBatchTransferEnterpriseParams { + parkBountyApplyId?: string; + } + + interface APIgetParkCustomerManageBaseDetailParams { + id?: string; + } + interface APIgetParkOrHRAdvertiseParams { id?: string; } @@ -1679,6 +1764,10 @@ interface APIgetTrainingInfoParams { id?: string; + } + + interface APIgetUserBaseEnterpriseInfoThridpartParams { + userId?: string; } interface APIgetUserCanAuthProductListParams { @@ -2265,6 +2354,10 @@ /** 缁戝畾閭鍦板潃 */ bindEmailAddress?: string; canLoginUserSign?: CanLoginUserSignEnum; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; + /** 澶栭儴绯荤粺ID */ + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; } @@ -2662,6 +2755,8 @@ type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90; + type BillStatusEnum = 10 | 20 | 30; + interface BindUserEmailInput { /** 閭 */ bindEmailAddress: string; @@ -2671,7 +2766,7 @@ userId?: string; } - type BountyCheckStatusEnum = 10 | 20 | 30; + type BountyCheckStatusEnum = 10 | 20 | 30 | -10; type BusinessSettingTypeEnum = 10; @@ -2680,7 +2775,7 @@ walletAccountType?: WalletAccountTypeEnum; } - type CanLoginUserSignEnum = 1 | 2 | -1; + type CanLoginUserSignEnum = 1 | 2 | 3 | -1; interface CategoryAllDto { /** 绫诲埆Id */ @@ -2778,6 +2873,7 @@ isPay?: boolean; /** 鎵�灞炲洯鍖� */ belongPark?: string; + industrialParkId?: string; /** 娉ㄥ唽鏃堕棿 */ registTime?: string; /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */ @@ -2849,6 +2945,7 @@ isPay?: boolean; /** 鎵�灞炲洯鍖� */ belongPark?: string; + industrialParkId?: string; /** 娉ㄥ唽鏃堕棿 */ registTime?: string; /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */ @@ -2932,7 +3029,14 @@ type ChargeTypeEnum = 1 | 2; + interface CheckBatchCreateCompanyUserDataInput { + list?: CheckBatchCreateCompanyUserInput[]; + isCheckUserExist?: boolean; + } + interface CheckBatchCreateCompanyUserInput { + belongPark?: string; + industrialParkId?: string; enterpriseName?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode?: string; @@ -2940,6 +3044,9 @@ contact?: string; /** 鎵嬫満鍙� */ phoneNumber?: string; + bankName?: string; + bankBranchName?: string; + bankCardNumber?: string; } interface CheckBatchCreateCompanyUserResult { @@ -2959,6 +3066,14 @@ circleFriendReplyId?: string; /** 瀹℃牳鐘舵�� 閫氳繃锛�10 椹冲洖锛�-10 */ status?: number; + } + + interface CheckEnterpriseApplyDrawWithInput { + applyDrawWithId?: string; + checkStatus?: EnterpriseRechargeStatusEnum; + /** 鎻愮幇鍑瘉 */ + checkFileUrl?: string; + checkRemark?: string; } interface CheckInsureCityIsAllowInput { @@ -3010,6 +3125,14 @@ phoneNumber: string; /** 楠岃瘉鐮� */ verificationCode?: string; + } + + interface CheckUserEnterpriseRechargeInput { + id?: string; + checkStatus?: EnterpriseRechargeStatusEnum; + /** 鍏呭�煎嚟璇� */ + rechargeVoucherFileUrl?: string; + remark?: string; } interface CheckUserWalletBalanceInfoOutput { @@ -3782,6 +3905,8 @@ /** 缁勭粐鏋舵瀯閮ㄩ棬id */ departmentOrgId?: string; password?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; } interface CreateBackClientUserInput { @@ -3870,6 +3995,25 @@ /** 璺熻繘澶囨敞 */ remark?: string; status?: CooperationApplyStatusEnum; + } + + interface CreateGoverUserInput { + /** 鍚嶇О */ + name?: string; + /** 鐢ㄦ埛鍚� */ + userName?: string; + /** 澶囨敞 */ + remark?: string; + /** 鎵嬫満鍙� */ + phoneNumber?: string; + /** 鐢ㄦ埛绔疘d */ + clientId?: string; + /** 鍥尯Ids */ + industrialParkIds?: string[]; + /** 瑙掕壊 */ + roleNames?: string[]; + /** 瀵嗙爜 */ + password?: string; } interface CreateInformationAdvertiseInput { @@ -4384,7 +4528,7 @@ description?: string; parkCustomersCount?: ParkCustomersCountTypeEnum; /** 鎴愮珛骞翠唤 */ - setUpDate: number; + setUpDate?: number; serveSetting?: string[]; workOfType?: string[]; parkStyle?: ParkStyleDto[]; @@ -4459,7 +4603,7 @@ description?: string; parkCustomersCount?: ParkCustomersCountTypeEnum; /** 鎴愮珛骞翠唤 */ - setUpDate: number; + setUpDate?: number; serveSetting?: string[]; workOfType?: string[]; parkStyle?: ParkStyleDto[]; @@ -4832,6 +4976,17 @@ sequence?: number; } + interface CreateParkBountyTradeInput { + enterpriseId?: string; + /** 鏈�杩戝嚭璐﹂噾棰� */ + tradeAmount?: number; + /** 鍑鸿处鍑瘉 */ + payFileUrl?: string; + /** 娑堣垂绫诲瀷 */ + payRemark?: string; + access?: ParkBountyTradeAccessEnum; + } + interface CreateParkOrHRAdvertiseInput { /** 瀵瑰鑱旂郴浜� */ outerContacter?: string; @@ -4970,6 +5125,11 @@ successTime: string; /** 澶囨敞 */ remark?: string; + } + + interface CreateTempTokenInput { + /** 鐢ㄦ埛Id */ + userId?: string; } interface CreateUserForAdminInput { @@ -5239,6 +5399,15 @@ endTime?: string; } + interface CustomerApplyFileDetailDto { + id?: string; + fileType?: string; + fileSize?: number; + fileUrl?: string; + fileSearchTypeId?: string; + monthApplyId?: string; + } + interface CustomerManageListOutput { id?: string; /** 浼佷笟鍚嶇О */ @@ -5309,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; @@ -5342,6 +5534,12 @@ } type DecimalDecimalValueTuple = true; + + interface DeleteMonthApplySingleFileInput { + monthApplyId?: string; + fileSearchTypeId?: string; + detaiFileId?: string; + } interface DistTemplateCreateContractInput { /** 璁㈠崟绛剧害Id */ @@ -5387,6 +5585,11 @@ datesCount?: number; /** 鍚堝悓椤甸潰閿��(闈炲叏閮�) */ listParams?: Record<string, any>; + } + + interface EditParkBountyApplyStepOneInput { + parkBountyApplyId?: string; + removeCompanyIds?: string[]; } interface EDZ001Input { @@ -5507,6 +5710,11 @@ freeCount?: number; } + interface EnterpriseApplyDrawWithInput { + amount?: number; + invoiceUrl?: string; + } + interface EnterpriseBatchRefundInput { guid?: string; listOrderNo?: number[]; @@ -5594,6 +5802,14 @@ } type EnterpriseMaterialTypeEnum = 10 | 11 | 20; + + type EnterpriseMonthApplyStatusEnum = 10 | 20; + + type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30; + + type EnterprisePrechargeInComeStatusEnum = 10 | 20; + + type EnterpriseRechargeStatusEnum = 10 | 20 | 30; interface EnterpriseRegVerifyInput { /** 鐢ㄦ埛Id */ @@ -5688,6 +5904,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; @@ -5764,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; @@ -5802,6 +6054,10 @@ subMsg?: string; fileId?: string; } + + type FinanceStatusEnum = 1 | 2 | 3; + + type FinanceTypeEnum = 10 | 20; interface FirstPartyCompanyAuditDatilOutput { id?: string; @@ -6218,6 +6474,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; @@ -6256,6 +6524,11 @@ delList?: InsureInsStaffList[]; updateList?: InsureInsStaffList[]; remainList?: InsureInsStaffList[]; + } + + interface GetBatchChooseCompanyOutput { + listCanChooseCompany?: GetCompanyNameListOutput[]; + listDeleteChooseCompany?: GetCompanyNameListOutput[]; } interface GetBusinessPayInfoInput { @@ -6409,6 +6682,18 @@ insureQrCode?: string; } + interface GetCompanyNameListInput { + parkId?: string; + /** 閫夋嫨鍏徃Id */ + removeCompanyIds?: string[]; + } + + interface GetCompanyNameListOutput { + companyId?: string; + name?: string; + applyAmount?: number; + } + interface GetCooperationApplyInput { pageModel?: Pagination; status?: CooperationApplyStatusEnum; @@ -6489,6 +6774,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; @@ -6528,6 +6833,58 @@ 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; + monthApplyId?: string; + withMonth?: string; + searchType?: number; + enterpriseName?: string; + parkName?: string; + fileTypeName?: string; + sort?: number; + listFiles?: CustomerApplyFileDetailDto[]; + } + + interface GetCustomerUploadApplyFilesResponse { + /** 鎵�灞炴湀浠� */ + withMonth?: string; + /** 浼佷笟鍚嶇О */ + enterpriseName?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; + /** 鎵�灞炲洯鍖� */ + parkName?: string; + /** 闄勪欢 */ + items?: GetCustomerUploadApplyFilesOutput[]; + } + + interface GetCustomerUploadFileRecordOutput { + id?: string; + } + interface GetEnterpriseBuntyTradeDto { id?: string; payDateTime?: string; @@ -6536,6 +6893,7 @@ remianAmount?: number; payRemark?: string; fileUrl?: string; + financeType?: FinanceTypeEnum; payFileUrls?: string[]; } @@ -6566,6 +6924,176 @@ errmsg?: string; cost?: string; 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; + 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 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; + /** 鍏呭�艰处鍙� */ + incomeBankNum?: string; + /** 浼佷笟鍚嶇О */ + incomeEnterpriseName?: string; + /** 鍑烘璐﹀彿 */ + outBankNum?: string; + /** 鍑烘浼佷笟鍚嶇О */ + outEnterpriseName?: string; + /** 鍏呭�奸噾棰� */ + prechargeAmount?: number; + /** 鍑鸿处鎵�灞為摱琛� */ + outBankName?: string; + /** 鍑鸿处鏀鍚嶇О */ + outBankResumeName?: string; + /** 鍑鸿处鍥炲崟 */ + outReceiptFileUrl?: string; + /** 鍏呭�煎嚟璇� */ + rechargeVoucherFileUrl?: string; + /** 瀹℃牳澶囨敞 */ + checkRemark?: string; + checkStatus?: EnterpriseRechargeStatusEnum; + /** 鎻愪氦鏃ユ湡 */ + creationTime?: string; + } + + interface GetExternalSystemInput { + pageModel?: Pagination; + /** 鍏抽敭瀛� */ + searchKey?: string; } interface GetFeatureListResultDto { @@ -6701,6 +7229,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 { @@ -7649,6 +8202,12 @@ endDate?: string; } + interface GetNotTransferCompanyNameListOutput { + companyId?: string; + name?: string; + parkBountyApplyDetailId?: string; + } + interface GetOperateHistoryInput { pageModel?: Pagination; relationId?: string; @@ -7707,15 +8266,49 @@ 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; - } - - interface GetParkBountyApplyInfoOutput { - parkBountyApplyBaseInfo?: ParkBountyApplyBaseInfo; - parkBountyApplyDetailInfoList?: ParkBountyApplyDetailInfo[]; + /** 鍩烘湰鎴锋槸鍚﹀凡瀹屽杽 */ + bankIsVerify?: boolean; + /** 钀ヤ笟鎵х収鏄惁宸插畬鍠� */ + enterpriseIsVerify?: boolean; } interface GetParkBountyApplyListInput { @@ -7730,8 +8323,16 @@ settleTimeBegin?: string; /** 鍙戞斁缁撴潫鏃ユ湡 */ settleTimeEnd?: string; + /** 鎷ㄤ粯璧峰鏃ユ湡 */ + financeTimeBegin?: string; + /** 鎷ㄤ粯缁撴潫鏃ユ湡 */ + financeTimeEnd?: string; /** 鍏ヨ处璧峰鏃ユ湡 */ incomeTimeBegin?: string; + /** 鎷ㄤ粯鍏ヨ处缁撴潫鏃ユ湡 */ + financeIncomeTimeEnd?: string; + /** 鎷ㄤ粯鍏ヨ处璧峰鏃ユ湡 */ + financeIncomeTimeBegin?: string; /** 鍏ヨ处缁撴潫鏃ユ湡 */ incomeTimeEnd?: string; /** 澶栭儴瀹℃牳璧峰鏃ユ湡 */ @@ -7742,12 +8343,15 @@ inCheckStatus?: BountyCheckStatusEnum; settleStatus?: SettleStatusEnum; incomeStatus?: IncomeStatusEnum; + financeStatus?: FinanceStatusEnum; } interface GetParkBountyApplyListOutput { id?: string; /** 鐢宠鎵规鍙� */ batchNo?: string; + /** 鍏ヨ处鏃堕棿 */ + incomeTime?: string; /** 鐢宠鍥尯Id */ parkId?: string; /** 鐢宠鍥尯 */ @@ -7764,11 +8368,37 @@ /** 鍙戞斁鏃ユ湡 */ settleTime?: string; incomeStatus?: IncomeStatusEnum; - /** 鍏ヨ处鏃ユ湡 */ - incomeTime?: string; + inCheckStatus?: BountyCheckStatusEnum; + /** 璐㈡斂鍏ヨ处鏃堕棿 */ + financeIncomeTime?: string; + billStatus?: BillStatusEnum; + financeIncomeStatus?: IncomeStatusEnum; + /** 鍐呴儴瀹℃牳鏃ユ湡 */ + inCheckTime?: string; outCheckStatus?: BountyCheckStatusEnum; /** 澶栭儴瀹℃牳鏃ユ湡 */ outCheckTime?: string; + /** 鍙戞斁鍑瘉 */ + settleFileUrl?: string; + financeStatus?: FinanceStatusEnum; + /** 璐㈡斂鍙戞斁鏃堕棿 */ + financeTime?: string; + /** 璐㈡斂鍙戞斁鍑瘉 */ + financeFileUrl?: string; + /** 鍏呭�奸噾棰� */ + settleSumAmount?: number; + /** 璐㈡斂鍙戞斁閲戦 */ + financeSumAmount?: number; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */ + rewardTemplateSetting?: boolean; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; } interface GetParkBountyApplyListOutputPageOutput { @@ -7778,15 +8408,316 @@ } interface GetParkBountyApplyTransferInfoInput { + pageModel?: Pagination; parkBountyApplyId?: string; /** 浼佷笟鍚�/淇$敤浠g爜 */ searchKeyWord?: string; transferToStatus?: TransferToStatusEnum; + financeToStatus?: FinanceStatusEnum; } - interface GetParkBountyApplyTransferInfoOutput { - parkBountyApplyBaseInfo?: ParkBountyApplyBaseInfo; - parkBountyApplyTransferDetailInfoList?: ParkBountyApplyTransferDetailInfo[]; + 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; + access?: ParkBountyTradeAccessEnum; + /** 娑堣垂绫诲瀷 */ + 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 GetParkCollectFileTypeListInput { + parkId?: string; + searchType?: number; + } + + 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[]; + 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 { + id?: string; + /** 鐢宠鎵规鍙� */ + batchNo?: string; + /** 鐢虫姤鏈堜唤 */ + applyMonth?: string; + /** 鐢虫姤鎬婚 */ + applySumAmount?: number; + /** 骞冲彴鍏呭�煎叆璐︽椂闂� */ + transferToTime?: string; + transferToStatus?: TransferToStatusEnum; + /** 骞冲彴鍏呭�奸噾棰� */ + transferToAmount?: number; + /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */ + transferToFileUrl?: string; + /** 璐㈡斂鎷ㄤ粯閲戦 */ + financeToAmount?: number; + /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */ + financeToTime?: string; + /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */ + financeTime?: string; + /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */ + settleTime?: string; + 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 { + 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; + /** 鏈�杩戝彂鏀炬椂闂� */ + lastFinanceTime?: string; + /** 璐㈡斂鎷ㄤ粯娆℃暟 */ + financeCount?: number; + /** 璐㈡斂鍏ヨ处娆℃暟 */ + financeIncomeCount?: number; + /** 鍏呭�兼鏁� */ + settleCount?: number; + /** 鍏呭�煎叆璐︽鏁� */ + settleIncomeCount?: number; + /** 鏈�杩戝厖鍊兼棩鏈� */ + lastSettleTime?: string; + /** 鏈�杩戝彂鏀惧叆璐︽椂闂� */ + lastFinanceIncomeTime?: string; + /** 鏈�杩戝厖鍊煎叆璐︽棩鏈� */ + lastSettleIncomeTime?: string; + /** 鍙戞斁鎬婚 */ + settleSumAmount?: number; + /** 鍏呭�兼�婚 */ + financeSumAmount?: number; + /** 濂栧姳閲戜綑棰� */ + bountyAmount?: number; + } + + interface GetParkCustomerManageOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetParkCustomerManageOutput[]; } interface GetParkOrHRInfoByUserInput { @@ -7882,6 +8813,21 @@ maxAmount?: number; /** 鏌ヨ鏉′欢锛氫拱瀹跺悕绉�/鍗栧鍚嶇О/浜у搧鍚嶇О */ queryCondition?: string; + } + + interface GetPlatIncomeRechargeAccountOutput { + bankNumber?: string; + bankName?: string; + bankBranchName?: string; + bankAccountName?: string; + incomeCompany?: string; + } + + interface GetPlatInvoiceAccountOutput { + bankNumber?: string; + bankName?: string; + enterpriseName?: string; + societyCreditCode?: string; } interface GetProductAdvertiseByCategoryInput { @@ -8234,6 +9180,7 @@ searchType: number; /** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */ belongType?: number; + status?: boolean; } interface GetUserAccountDto { @@ -8268,6 +9215,10 @@ interface GetUserBaseEnterpriseInfoOutput { /** 濂栧姳閲戜綑棰� */ bountyAmount?: number; + /** 鍏呭�间綑棰� */ + rechargeAmount?: number; + /** 璐㈡斂鎷ㄤ粯浣欓 */ + financeAmount?: number; enterpriseName?: string; societyCreditCode?: string; licenseUrl?: string; @@ -9108,6 +10059,18 @@ roleNames: string[]; } + interface ImportBountyApplyDataInput { + /** 瀵煎叆鍦板潃 */ + url?: string; + /** 濂栧姳閲戠敵璇稩d */ + parkBountyApplyId?: string; + } + + interface ImportBountyApplyDataOutput { + /** 閿欒鏁版嵁鍒楄〃 */ + error?: ExportBountyApplyData[]; + } + interface ImportIdentityCardInput { /** CompanyId */ companyId: string; @@ -9232,9 +10195,23 @@ data?: IncentivePaymentsManageListOutput[]; } + interface IncheckParkBountyApplyInput { + parkBountyApplyId?: string; + inCheckStatus?: BountyCheckStatusEnum; + /** 澶囨敞 */ + remark?: string; + } + type IncomeExpenseTypeEnum = 10 | 20; type IncomeStatusEnum = 1 | 2; + + interface IndustrialParkApplyFileFile { + /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */ + applyFileType?: number; + /** 鍥尯鏉愭枡 */ + industrialParkFileTypeSetting?: string[]; + } interface IndustrialParkDetailOutput { id?: string; @@ -9247,16 +10224,52 @@ /** 鍥尯绫诲瀷 */ parkTypeId?: string; status?: IndustrialParkStatusEnum; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */ + rewardTemplateSetting?: boolean; + /** 缁存姢鐨勫叕鍙� */ + companyOrgId?: string; + /** 缁存姢鐨勫叕鍙� */ + companyOrgName?: string; + /** 缁存姢鐨勯儴闂� */ + departmentOrgId?: string; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; /** 娉ㄥ唽鍦板潃 */ registerAddress?: string; /** 澶囨敞 */ remark?: string; + industrialParkFileTypeList?: IndustrialParkFileTypeOutput[]; } interface IndustrialParkDropDownOutput { id?: string; /** 鍥尯鍚嶇О */ parkName?: string; + /** 鍥尯绫诲瀷 */ + parkTypeId?: string; + /** 鍥尯绫诲瀷鍚嶇О */ + parkTypeName?: string; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + } + + interface IndustrialParkFileTypeOutput { + /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */ + applyFileType?: number; + /** 鍥尯鏉愭枡 */ + fileSearchTypeId?: string; } interface IndustrialParkListOutput { @@ -9270,6 +10283,24 @@ /** 鍥尯绫诲瀷 */ parkTypeId?: string; status?: IndustrialParkStatusEnum; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */ + rewardTemplateSetting?: boolean; + /** 缁存姢鐨勫叕鍙� */ + companyOrgId?: string; + /** 缁存姢鐨勫叕鍙� */ + companyOrgName?: string; + /** 缁存姢鐨勯儴闂� */ + departmentOrgId?: string; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; } interface IndustrialParkListOutputPageOutput { @@ -13819,6 +14850,62 @@ requestId?: string; } + interface OutCheckParkBountyApplyBaseInfo { + /** 鐢宠鎵规鍙� */ + batchNo?: string; + /** 鐢宠鍥尯Id */ + parkId?: string; + /** 鐢宠鍥尯 */ + parkName?: string; + /** 鐢宠鍥尯绫诲瀷 */ + parkTypeName?: string; + /** 鐢宠濂栧姳閲戞湀浠� */ + applyMonth?: string; + /** 宸蹭繚瀛樹紒涓氱即绋庢槑缁嗐�佽惀鏀舵眹鎬� */ + saveGatherFile?: boolean; + /** 濂栧姳閲戞眹鎬婚噾棰� */ + 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; + /** 鏄惁鏀寔浼佷笟涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; + } + + interface OutcheckParkBountyApplyInput { + parkBountyApplyId?: string; + outCheckStatus?: BountyCheckStatusEnum; + /** 澶囨敞 */ + remark?: string; + } + interface PageInput { pageModel?: Pagination; } @@ -13857,6 +14944,8 @@ parkId?: string; /** 鐢宠鍥尯 */ parkName?: string; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; /** 鐢宠鍥尯绫诲瀷 */ parkTypeName?: string; /** 鐢宠濂栧姳閲戞湀浠� */ @@ -13871,17 +14960,41 @@ bountyAssignFileUlr?: string; /** 濂栧姳閲戞眹鎬昏〃 */ bountyCollectFileUrl?: string; + /** 鍏ラ┗鍏宠仈璇存槑 */ + enterpriseRelateFileUrl?: string; + /** 鍙戞斁鍑瘉 */ + settleFileUrl?: string; + /** 璐㈡斂鍙戞斁鍑瘉 */ + financeFileUrl?: string; + /** 鍏呭�奸噾棰� */ + settleSumAmount?: number; + /** 璐㈡斂鍙戞斁閲戦 */ + financeSumAmount?: number; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; + } + + interface ParkBountyApplyBatchFinanceInput { + parkBountyApplyDetailId?: string[]; + /** 鍏呭�奸噾棰� */ + financeToAmount?: number; + parkBountyApplyId?: string; } interface ParkBountyApplyBatchTransferInput { parkBountyApplyDetailId?: string[]; /** 鍏ヨ处閲戦 */ transferToAmount?: number; + parkBountyApplyId?: string; } interface ParkBountyApplyDetailInfo { parkBountyApplyId?: string; + parkBountyApplyDetailId?: string; enterpriseId?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; + userName?: string; /** 浼佷笟鍚嶇О */ enterpriseName?: string; /** 鍩烘湰鎴蜂俊鎭� */ @@ -13900,17 +15013,61 @@ taxSubFileUrl?: string; /** 浼佷笟缁忚惀鍒╂鼎琛� */ operateProfitesUrl?: string; - /** 鍏ラ┗鍏宠仈璇存槑 */ - enterRelateUrl?: 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 { @@ -13936,8 +15093,8 @@ taxSubFileUrl?: string; /** 浼佷笟缁忚惀鍒╂鼎琛� */ operateProfitesUrl?: string; - /** 鍏ラ┗鍏宠仈璇存槑 */ - enterRelateUrl?: string; + /** C绔畬绋庢儏鍐佃鏄� */ + personTaxInstructUrl?: string; /** C绔釜绋庡畬绋庢儏鍐佃鏄� */ personTaxRatePayUrl?: string; authType?: EnterpriseTypeEnum; @@ -13946,8 +15103,26 @@ transferToAmount?: number; /** 鍏ヨ处鏃堕棿 */ transferToTime?: string; + parkBountyApplyDetailId?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; /** 鍏ヨ处鍑瘉 */ transferToFileUrl?: string; + financeToStatus?: FinanceStatusEnum; + /** 璐㈡斂鍏ヨ处閲戦 */ + financeToAmount?: number; + /** 璐㈡斂鍏ヨ处鏃堕棿 */ + financeToTime?: string; + /** 璐㈡斂鍏ヨ处鍑瘉 */ + financeToFileUrl?: string; + /** 璐㈡斂鍏ヨ处鎿嶄綔鐢ㄦ埛 */ + financeToUserId?: string; + } + + interface ParkBountyApplyTransferDetailInfoPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: ParkBountyApplyTransferDetailInfo[]; } interface ParkBountyApplyTransferFileInput { @@ -13960,7 +15135,10 @@ parkBountyApplyDetailId?: string; /** 鍏ヨ处閲戦 */ transferToAmount?: number; + parkBountyApplyId?: string; } + + type ParkBountyTradeAccessEnum = 1; type ParkCustomersCountTypeEnum = 10 | 50 | 100; @@ -15302,6 +16480,10 @@ /** 缁戝畾閭鍦板潃 */ bindEmailAddress?: string; canLoginUserSign?: CanLoginUserSignEnum; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; + /** 澶栭儴绯荤粺ID */ + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; /** 鏄惁鍙互鍚庡彴浠e彂浜鸿祫鍏徃 */ canPublishParkOrHR?: boolean; @@ -16138,6 +17320,35 @@ pageModel?: Pagination; typeId?: string; 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; + /** 鏈�杩戝厖鍊肩粨鏉熸棩鏈� */ + lastSettleEndTime?: string; + lastSettleBeginTime?: string; } interface QueryParkOrHRAuditPageInput { @@ -17198,6 +18409,22 @@ templateParamExtraData?: string; } + interface SaveParkBountyApplyCollectFileInput { + parkBountyApplyId?: string; + /** 濂栧姳閲戝垎閰嶈〃 */ + bountyAssignFileUlr?: string; + /** 濂栧姳閲戞眹鎬昏〃 */ + bountyCollectFileUrl?: string; + /** 鐢虫姤鎬婚 */ + applySumAmount?: number; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + } + + interface SaveParkBountyApplyGatherFileInput { + parkBountyApplyId?: string; + listFiles?: CustomerUploadMonthApplyFileTypeDto[]; + } + interface SaveWalletPayChannelFeeSettingInput { /** 閫氶亾id */ walletPayChannelId?: string; @@ -17411,7 +18638,7 @@ interface SetCanLoginUserSignInput { id?: string; - canLoginUserSign?: CanLoginUserSignEnum; + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; } @@ -17450,6 +18677,11 @@ opStatus?: ParkOrHRAuditStatusEnum; /** 瀹℃牳澶囨敞 */ auditNote?: string; + } + + interface SetIndustrialParkRewardEnableInput { + id?: string; + rewardEnable?: boolean; } interface SetIndustrialParkStatusInput { @@ -17583,7 +18815,7 @@ type?: number; } - type SettleStatusEnum = 1 | 2; + type SettleStatusEnum = 1 | 2 | 3 | -1; interface SetUserCertificationAuditStatusInput { /** 瀹℃牳Id */ @@ -17597,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 { @@ -18104,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; /** 缁勭粐鍚嶇О */ @@ -18594,7 +19850,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -18612,6 +19868,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -18689,6 +19947,12 @@ id?: string; } + interface UpdateEnterpriseMonthApplyFileApplyAmountInput { + id?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; + } + interface UpdateFeatureDto { name?: string; value?: string; @@ -18761,6 +20025,27 @@ id?: string; } + interface UpdateGovermentClientUserInput { + /** 鍚嶇О */ + name?: string; + /** 鐢ㄦ埛鍚� */ + userName?: string; + /** 澶囨敞 */ + remark?: string; + /** 鎵嬫満鍙� */ + phoneNumber?: string; + /** 鐢ㄦ埛绔疘d */ + clientId?: string; + /** 鍥尯Ids */ + industrialParkIds?: string[]; + /** 瑙掕壊 */ + roleNames?: string[]; + /** 瀵嗙爜 */ + password?: string; + /** 鐢ㄦ埛Id */ + id?: string; + } + interface UpdateIndustrialParkInput { /** 鍥尯鍚嶇О */ parkName: string; @@ -18770,10 +20055,26 @@ leaderMobile?: string; /** 鍥尯绫诲瀷 */ parkTypeId?: string; - /** 娉ㄥ唽鍦板潃 */ - registerAddress: string; /** 澶囨敞 */ remark?: string; + /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */ + rewardEnable?: boolean; + /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */ + rewardTemplateSetting?: boolean; + /** 缁存姢鐨勫叕鍙� */ + companyOrgId?: string; + /** 缁存姢鐨勯儴闂� */ + departmentOrgId?: string; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏂囦欢 */ + industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; id?: string; } @@ -19258,7 +20559,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -19276,6 +20577,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -19378,6 +20681,48 @@ 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 { + 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 { @@ -20002,12 +21347,33 @@ companyOrgId?: string; /** 缁勭粐鏋舵瀯閮ㄩ棬id */ departmentOrgId?: string; + /** 鍥尯Ids */ + industrialParkIds?: string[]; } interface UserDtoPageOutput { pageModel?: Pagination; objectData?: any; 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; @@ -20269,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