From e9dda9e6c52cb737267185f5118ded73c0053115 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 06 五月 2025 17:13:41 +0800
Subject: [PATCH] feat: 接口
---
src/services/api/typings.d.ts | 62 +++++++++++++++++++++++++++---
1 files changed, 55 insertions(+), 7 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 7df99f2..b759d38 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -1115,6 +1115,10 @@
id?: string;
}
+ interface APIdeleteParkEnterpriseApplyFileParams {
+ parkEnterpriseDetaiFileId?: string;
+ }
+
interface APIdeleteParkRewardApplyParams {
id?: string;
}
@@ -1348,6 +1352,10 @@
interface APIgetElecBillInfoParams {
transactionDetailId?: string;
+ }
+
+ interface APIgetEnterpriseLastUploadEnterPactFileNewParams {
+ companyId?: string;
}
interface APIgetEnterpriseLastUploadEnterPactFileParams {
@@ -5423,9 +5431,12 @@
interface CustomerUploadMonthApplyFileTypeDto {
fileSearchTypeId?: string;
id?: string;
+ fileSearchTypeName?: string;
fileType?: string;
fileSize?: number;
fileUrl?: string;
+ sort?: number;
+ creationTime?: string;
}
interface DataprepareCreateExtInfo {
@@ -6759,6 +6770,7 @@
lastUpdateTime?: string;
monthApplyId?: string;
withMonth?: string;
+ searchType?: number;
enterpriseName?: string;
parkName?: string;
fileTypeName?: string;
@@ -6824,6 +6836,19 @@
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 {
@@ -8157,6 +8182,9 @@
settleTime?: string;
incomeStatus?: IncomeStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ /** 璐㈡斂鍏ヨ处鏃堕棿 */
+ financeIncomeTime?: string;
+ financeIncomeStatus?: IncomeStatusEnum;
/** 鍐呴儴瀹℃牳鏃ユ湡 */
inCheckTime?: string;
outCheckStatus?: BountyCheckStatusEnum;
@@ -8275,6 +8303,11 @@
pageModel?: Pagination;
objectData?: any;
data?: GetParkBountyTradeOutput[];
+ }
+
+ interface GetParkCollectFileTypeListInput {
+ parkId?: string;
+ searchType?: number;
}
interface GetParkCustomerBountyApplyOutput {
@@ -14565,6 +14598,11 @@
settleFileUrl?: string;
/** 璐㈡斂鍙戞斁鍑瘉 */
financeFileUrl?: string;
+ /** 鏄惁鏀寔浼佷笟涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface OutcheckParkBountyApplyInput {
@@ -14636,6 +14674,7 @@
settleSumAmount?: number;
/** 璐㈡斂鍙戞斁閲戦 */
financeSumAmount?: number;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface ParkBountyApplyBatchFinanceInput {
@@ -18072,12 +18111,7 @@
interface SaveParkBountyApplyGatherFileInput {
parkBountyApplyId?: string;
- /** 浼佷笟钀ユ敹姹囨�昏〃 */
- enterpriseOperateFileUrl?: string;
- /** 浼佷笟缂寸◣鏄庣粏琛� */
- enterpriseTaxSubFileUrl?: string;
- /** 鍏ラ┗鍏宠仈璇存槑 */
- enterpriseRelateFileUrl?: string;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface SaveWalletPayChannelFeeSettingInput {
@@ -18470,7 +18504,7 @@
type?: number;
}
- type SettleStatusEnum = 1 | 2;
+ type SettleStatusEnum = 1 | 2 | -1;
interface SetUserCertificationAuditStatusInput {
/** 瀹℃牳Id */
@@ -20306,6 +20340,20 @@
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;
--
Gitblit v1.9.1