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 | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 203 insertions(+), 13 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 0e0befb..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 { @@ -239,6 +242,8 @@ suportWithDraw?: boolean; /** 鏂囦欢 */ industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; } interface AddIndustryBodyAuditInput { @@ -602,7 +607,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -620,6 +625,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -1035,6 +1042,10 @@ guid?: string; } + interface APIdeleteEnterpriseApplyUploadFileParams { + id?: string; + } + interface APIdeleteHeadHunterParams { id?: string; } @@ -1366,6 +1377,7 @@ interface APIgetEnterpriseLastUploadEnterPactFileNewParams { companyId?: string; + parkBountyApplyId?: string; } interface APIgetEnterpriseLastUploadEnterPactFileParams { @@ -1752,6 +1764,10 @@ interface APIgetTrainingInfoParams { id?: string; + } + + interface APIgetUserBaseEnterpriseInfoThridpartParams { + userId?: string; } interface APIgetUserCanAuthProductListParams { @@ -2338,6 +2354,10 @@ /** 缁戝畾閭鍦板潃 */ bindEmailAddress?: string; canLoginUserSign?: CanLoginUserSignEnum; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; + /** 澶栭儴绯荤粺ID */ + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; } @@ -2755,7 +2775,7 @@ walletAccountType?: WalletAccountTypeEnum; } - type CanLoginUserSignEnum = 1 | 2 | -1; + type CanLoginUserSignEnum = 1 | 2 | 3 | -1; interface CategoryAllDto { /** 绫诲埆Id */ @@ -2853,6 +2873,7 @@ isPay?: boolean; /** 鎵�灞炲洯鍖� */ belongPark?: string; + industrialParkId?: string; /** 娉ㄥ唽鏃堕棿 */ registTime?: string; /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */ @@ -2924,6 +2945,7 @@ isPay?: boolean; /** 鎵�灞炲洯鍖� */ belongPark?: string; + industrialParkId?: string; /** 娉ㄥ唽鏃堕棿 */ registTime?: string; /** 璐︽埛鏄惁閿佷綇锛堟槸鍚︾鐢級 */ @@ -3007,7 +3029,14 @@ type ChargeTypeEnum = 1 | 2; + interface CheckBatchCreateCompanyUserDataInput { + list?: CheckBatchCreateCompanyUserInput[]; + isCheckUserExist?: boolean; + } + interface CheckBatchCreateCompanyUserInput { + belongPark?: string; + industrialParkId?: string; enterpriseName?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode?: string; @@ -3015,6 +3044,9 @@ contact?: string; /** 鎵嬫満鍙� */ phoneNumber?: string; + bankName?: string; + bankBranchName?: string; + bankCardNumber?: string; } interface CheckBatchCreateCompanyUserResult { @@ -3873,6 +3905,8 @@ /** 缁勭粐鏋舵瀯閮ㄩ棬id */ departmentOrgId?: string; password?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; } interface CreateBackClientUserInput { @@ -4950,6 +4984,7 @@ payFileUrl?: string; /** 娑堣垂绫诲瀷 */ payRemark?: string; + access?: ParkBountyTradeAccessEnum; } interface CreateParkOrHRAdvertiseInput { @@ -5090,6 +5125,11 @@ successTime: string; /** 澶囨敞 */ remark?: string; + } + + interface CreateTempTokenInput { + /** 鐢ㄦ埛Id */ + userId?: string; } interface CreateUserForAdminInput { @@ -5440,6 +5480,8 @@ interface CustomerUploadMonthApplyFileInput { withMonth?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; fileTypes?: CustomerUploadMonthApplyFileType[]; } @@ -5953,6 +5995,25 @@ interface ExtensionPropertyUiTableDto { 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 { @@ -6630,6 +6691,7 @@ interface GetCompanyNameListOutput { companyId?: string; name?: string; + applyAmount?: number; } interface GetCooperationApplyInput { @@ -6787,6 +6849,7 @@ id?: string; enterpriseId?: string; withMonth?: string; + parkBountyApplyId?: string; } interface GetCustomerUploadApplyFilesOutput { @@ -6803,6 +6866,19 @@ fileTypeName?: string; sort?: number; listFiles?: CustomerApplyFileDetailDto[]; + } + + interface GetCustomerUploadApplyFilesResponse { + /** 鎵�灞炴湀浠� */ + withMonth?: string; + /** 浼佷笟鍚嶇О */ + enterpriseName?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; + /** 鎵�灞炲洯鍖� */ + parkName?: string; + /** 闄勪欢 */ + items?: GetCustomerUploadApplyFilesOutput[]; } interface GetCustomerUploadFileRecordOutput { @@ -6875,6 +6951,7 @@ keyWord?: string; beginDateTime?: string; endDateTime?: string; + enterpriseId?: string; checkStatus?: EnterpriseRechargeStatusEnum; } @@ -6907,6 +6984,8 @@ withMonth?: string; creationTime?: string; uploadStatus?: EnterpriseMonthUploadStatusEnum; + /** 鐢虫姤閲戦 */ + applyAmount?: number; applyStatus?: EnterpriseMonthApplyStatusEnum; } @@ -7009,6 +7088,12 @@ checkStatus?: EnterpriseRechargeStatusEnum; /** 鎻愪氦鏃ユ湡 */ creationTime?: string; + } + + interface GetExternalSystemInput { + pageModel?: Pagination; + /** 鍏抽敭瀛� */ + searchKey?: string; } interface GetFeatureListResultDto { @@ -8352,6 +8437,7 @@ tradeAmount?: number; /** 鍑鸿处鍑瘉 */ payFileUrl?: string; + access?: ParkBountyTradeAccessEnum; /** 娑堣垂绫诲瀷 */ payRemark?: string; /** 鍑鸿处鏃堕棿 */ @@ -8484,6 +8570,42 @@ 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; /** 鐢宠鎵规鍙� */ @@ -8568,14 +8690,22 @@ applyCount?: number; /** 鏈�杩戠敵鎶� */ lastApplyTime?: string; - /** 鍙戞斁娆℃暟 */ - financeCount?: number; /** 鏈�杩戝彂鏀炬椂闂� */ lastFinanceTime?: string; - /** 骞冲彴鍏呭�兼鏁� */ + /** 璐㈡斂鎷ㄤ粯娆℃暟 */ + financeCount?: number; + /** 璐㈡斂鍏ヨ处娆℃暟 */ + financeIncomeCount?: number; + /** 鍏呭�兼鏁� */ settleCount?: number; + /** 鍏呭�煎叆璐︽鏁� */ + settleIncomeCount?: number; /** 鏈�杩戝厖鍊兼棩鏈� */ lastSettleTime?: string; + /** 鏈�杩戝彂鏀惧叆璐︽椂闂� */ + lastFinanceIncomeTime?: string; + /** 鏈�杩戝厖鍊煎叆璐︽棩鏈� */ + lastSettleIncomeTime?: string; /** 鍙戞斁鎬婚 */ settleSumAmount?: number; /** 鍏呭�兼�婚 */ @@ -9050,6 +9180,7 @@ searchType: number; /** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */ belongType?: number; + status?: boolean; } interface GetUserAccountDto { @@ -10109,6 +10240,8 @@ suportPlatRecharge?: boolean; /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ suportWithDraw?: boolean; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; /** 娉ㄥ唽鍦板潃 */ registerAddress?: string; /** 澶囨敞 */ @@ -10166,6 +10299,8 @@ suportPlatRecharge?: boolean; /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ suportWithDraw?: boolean; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; } interface IndustrialParkListOutputPageOutput { @@ -14726,6 +14861,8 @@ parkTypeName?: string; /** 鐢宠濂栧姳閲戞湀浠� */ applyMonth?: string; + /** 宸蹭繚瀛樹紒涓氱即绋庢槑缁嗐�佽惀鏀舵眹鎬� */ + saveGatherFile?: boolean; /** 濂栧姳閲戞眹鎬婚噾棰� */ applySumAmount?: number; /** 姹囨�绘槑缁嗚〃 */ @@ -14807,6 +14944,8 @@ parkId?: string; /** 鐢宠鍥尯 */ parkName?: string; + /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */ + suportEnterpriseUpload?: boolean; /** 鐢宠鍥尯绫诲瀷 */ parkTypeName?: string; /** 鐢宠濂栧姳閲戞湀浠� */ @@ -14853,6 +14992,8 @@ parkBountyApplyId?: string; parkBountyApplyDetailId?: string; enterpriseId?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; userName?: string; /** 浼佷笟鍚嶇О */ enterpriseName?: string; @@ -14963,6 +15104,8 @@ /** 鍏ヨ处鏃堕棿 */ transferToTime?: string; parkBountyApplyDetailId?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; /** 鍏ヨ处鍑瘉 */ transferToFileUrl?: string; financeToStatus?: FinanceStatusEnum; @@ -14994,6 +15137,8 @@ transferToAmount?: number; parkBountyApplyId?: string; } + + type ParkBountyTradeAccessEnum = 1; type ParkCustomersCountTypeEnum = 10 | 50 | 100; @@ -16335,6 +16480,10 @@ /** 缁戝畾閭鍦板潃 */ bindEmailAddress?: string; canLoginUserSign?: CanLoginUserSignEnum; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; + /** 澶栭儴绯荤粺ID */ + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; /** 鏄惁鍙互鍚庡彴浠e彂浜鸿祫鍏徃 */ canPublishParkOrHR?: boolean; @@ -18489,7 +18638,7 @@ interface SetCanLoginUserSignInput { id?: string; - canLoginUserSign?: CanLoginUserSignEnum; + externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; } @@ -18680,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 { @@ -19187,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; /** 缁勭粐鍚嶇О */ @@ -19677,7 +19850,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -19695,6 +19868,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -19770,6 +19945,12 @@ /** 鏂囦欢鍒楄〃 */ addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[]; id?: string; + } + + interface UpdateEnterpriseMonthApplyFileApplyAmountInput { + id?: string; + /** 鐢虫姤閲戦 */ + applyAmount?: number; } interface UpdateFeatureDto { @@ -19892,6 +20073,8 @@ suportWithDraw?: boolean; /** 鏂囦欢 */ industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; + /** 鏃犻渶鏀垮姟绔鏍� */ + notNeedGovernmentAudit?: boolean; id?: string; } @@ -20376,7 +20559,7 @@ /** 浼佷笟鍚嶇О */ enterpriseName: string; /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ - licenseUrl: string; + licenseUrl?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ societyCreditCode: string; certificationMode?: UserCertificationModeEnum; @@ -20394,6 +20577,8 @@ payAmount?: number; /** 鎵�灞炲洯鍖� */ belongPark?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; /** 閾惰鍗″彿 */ bankCardNumber?: string; certificationChannel?: UserCertificationChannelEnum; @@ -21456,7 +21641,12 @@ suportPlatRecharge?: boolean; rewardEnable?: boolean; suportWithDraw?: boolean; + industrialParkStatus?: IndustrialParkStatusEnum; isHasBountyApply?: boolean; + /** 鏄惁鍙互鐧诲綍鐢靛瓙绛� */ + canLoginUserSign?: boolean; + /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ + canLoginJYB?: boolean; } interface UserMessageInfo { -- Gitblit v1.9.1