From bd20a385dd86cf32735578c4c140a0aebf758e45 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 15 五月 2025 17:15:07 +0800
Subject: [PATCH] fix: bug
---
src/services/api/typings.d.ts | 226 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 220 insertions(+), 6 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index b759d38..23bdafc 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -235,6 +235,8 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
/** 鏂囦欢 */
industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
}
@@ -958,6 +960,10 @@
productId?: string;
}
+ interface APIbatchQuoteEnterpriseApplyFileParams {
+ parkBountyApplyId?: string;
+ }
+
interface APIcalculationWalletBatchImportTempPayFeeParams {
walletAccountType?: WalletAccountTypeEnum;
}
@@ -1354,6 +1360,10 @@
transactionDetailId?: string;
}
+ interface APIgetEnterpriseDrawWithDetailParams {
+ drawWithId?: string;
+ }
+
interface APIgetEnterpriseLastUploadEnterPactFileNewParams {
companyId?: string;
}
@@ -2725,6 +2735,8 @@
type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90;
+ type BillStatusEnum = 10 | 20 | 30;
+
interface BindUserEmailInput {
/** 閭 */
bindEmailAddress: string;
@@ -3024,6 +3036,14 @@
status?: number;
}
+ interface CheckEnterpriseApplyDrawWithInput {
+ applyDrawWithId?: string;
+ checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎻愮幇鍑瘉 */
+ checkFileUrl?: string;
+ checkRemark?: string;
+ }
+
interface CheckInsureCityIsAllowInput {
insureOnlineType?: number;
marketProductId?: string;
@@ -5648,6 +5668,11 @@
freeCount?: number;
}
+ interface EnterpriseApplyDrawWithInput {
+ amount?: number;
+ invoiceUrl?: string;
+ }
+
interface EnterpriseBatchRefundInput {
guid?: string;
listOrderNo?: number[];
@@ -5740,6 +5765,8 @@
type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30;
+ type EnterprisePrechargeInComeStatusEnum = 10 | 20;
+
type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
interface EnterpriseRegVerifyInput {
@@ -5967,7 +5994,7 @@
fileId?: string;
}
- type FinanceStatusEnum = 1 | 2;
+ type FinanceStatusEnum = 1 | 2 | 3;
type FinanceTypeEnum = 10 | 20;
@@ -6823,6 +6850,58 @@
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;
@@ -6886,6 +6965,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;
/** 鍏呭�艰处鍙� */
@@ -8146,6 +8245,10 @@
financeTimeEnd?: string;
/** 鍏ヨ处璧峰鏃ユ湡 */
incomeTimeBegin?: string;
+ /** 鎷ㄤ粯鍏ヨ处缁撴潫鏃ユ湡 */
+ financeIncomeTimeEnd?: string;
+ /** 鎷ㄤ粯鍏ヨ处璧峰鏃ユ湡 */
+ financeIncomeTimeBegin?: string;
/** 鍏ヨ处缁撴潫鏃ユ湡 */
incomeTimeEnd?: string;
/** 澶栭儴瀹℃牳璧峰鏃ユ湡 */
@@ -8184,6 +8287,7 @@
inCheckStatus?: BountyCheckStatusEnum;
/** 璐㈡斂鍏ヨ处鏃堕棿 */
financeIncomeTime?: string;
+ billStatus?: BillStatusEnum;
financeIncomeStatus?: IncomeStatusEnum;
/** 鍐呴儴瀹℃牳鏃ユ湡 */
inCheckTime?: string;
@@ -8209,6 +8313,8 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -8343,6 +8449,7 @@
/** 鍑瘉 */
payFileUrl?: string;
payFileUrls?: string[];
+ financeType?: FinanceTypeEnum;
}
interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -8351,6 +8458,33 @@
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;
/** 鐢宠鎵规鍙� */
@@ -8377,6 +8511,8 @@
financeToStatus?: FinanceStatusEnum;
/** 鎷ㄤ粯鍏ヨ处鍑瘉 */
financeToFileUrl?: string;
+ inCheckStatus?: BountyCheckStatusEnum;
+ outCheckStatus?: BountyCheckStatusEnum;
}
interface GetParkCustomerBountyGrantOutputPageOutput {
@@ -8385,6 +8521,36 @@
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;
/** 浼佷笟鍚嶇О */
@@ -8439,12 +8605,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;
}
@@ -8558,6 +8738,13 @@
incomeCompany?: string;
}
+ interface GetPlatInvoiceAccountOutput {
+ bankNumber?: string;
+ bankName?: string;
+ enterpriseName?: string;
+ societyCreditCode?: string;
+ }
+
interface GetProductAdvertiseByCategoryInput {
pageModel?: Pagination;
/** 绫诲埆Id */
@@ -8908,6 +9095,7 @@
searchType: number;
/** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */
belongType?: number;
+ status?: boolean;
}
interface GetUserAccountDto {
@@ -8944,6 +9132,8 @@
bountyAmount?: number;
/** 鍏呭�间綑棰� */
rechargeAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯浣欓 */
+ financeAmount?: number;
enterpriseName?: string;
societyCreditCode?: string;
licenseUrl?: string;
@@ -9963,6 +10153,8 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
/** 娉ㄥ唽鍦板潃 */
registerAddress?: string;
/** 澶囨敞 */
@@ -9978,6 +10170,12 @@
parkTypeId?: string;
/** 鍥尯绫诲瀷鍚嶇О */
parkTypeName?: string;
+ /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+ rewardEnable?: boolean;
+ /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
}
interface IndustrialParkFileTypeOutput {
@@ -10012,6 +10210,8 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
}
interface IndustrialParkListOutputPageOutput {
@@ -14602,7 +14802,10 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface OutcheckParkBountyApplyInput {
@@ -14675,6 +14878,7 @@
/** 璐㈡斂鍙戞斁閲戦 */
financeSumAmount?: number;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface ParkBountyApplyBatchFinanceInput {
@@ -17039,6 +17243,9 @@
lastPayBeginTime?: string;
/** 鏈�杩戝彂鏀剧粨鏉熸棩鏈� */
lastPayEndTime?: string;
+ /** 鏈�杩戝厖鍊肩粨鏉熸棩鏈� */
+ lastSettleEndTime?: string;
+ lastSettleBeginTime?: string;
}
interface QueryParkOrHRAuditPageInput {
@@ -18107,6 +18314,7 @@
bountyCollectFileUrl?: string;
/** 鐢虫姤鎬婚 */
applySumAmount?: number;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface SaveParkBountyApplyGatherFileInput {
@@ -18504,7 +18712,7 @@
type?: number;
}
- type SettleStatusEnum = 1 | 2 | -1;
+ type SettleStatusEnum = 1 | 2 | 3 | -1;
interface SetUserCertificationAuditStatusInput {
/** 瀹℃牳Id */
@@ -19726,6 +19934,8 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
/** 鏂囦欢 */
industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
id?: string;
@@ -21287,8 +21497,12 @@
signatureImageStatus?: number;
certificationChannel?: UserCertificationChannelEnum;
industrialParkId?: string;
+ industrialParkName?: string;
suportEnterpriseUpload?: boolean;
suportPlatRecharge?: boolean;
+ rewardEnable?: boolean;
+ suportWithDraw?: boolean;
+ isHasBountyApply?: boolean;
}
interface UserMessageInfo {
--
Gitblit v1.10.0