From ac2ca1c55728096667ceb9713e06995a4dfdf0fc Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 03 十一月 2025 18:01:49 +0800
Subject: [PATCH] fix: 四流
---
src/services/api/typings.d.ts | 35 ++++++++++++++++++++++++++++++-----
1 files changed, 30 insertions(+), 5 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 267af50..6472f78 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -1388,10 +1388,6 @@
templateId?: string;
}
- interface APIgetCustomerUploadFileRecordParams {
- withMonth?: string;
- }
-
interface APIgetDefaultConnectionStringParams {
id?: string;
}
@@ -2929,7 +2925,7 @@
userId?: string;
}
- type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+ type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
interface BuildRewardStatisticsInput {
/** 寮�濮嬬粺璁℃湀浠� */
@@ -7585,6 +7581,11 @@
items?: GetCustomerUploadApplyFilesOutput[];
}
+ interface GetCustomerUploadFileRecordInput {
+ withMonth?: string;
+ userId?: string;
+ }
+
interface GetCustomerUploadFileRecordOutput {
id?: string;
}
@@ -9118,6 +9119,11 @@
settleStatus?: SettleStatusEnum;
incomeStatus?: IncomeStatusEnum;
financeStatus?: FinanceStatusEnum;
+ /** 澶栭儴澶嶅鏍歌捣濮嬫棩鏈� */
+ outReCheckTimeBegin?: string;
+ /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
+ outReCheckTimeEnd?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
}
interface GetParkBountyApplyListOutput {
@@ -9179,10 +9185,15 @@
inCheckAuditOperator?: string;
/** 澶栭儴瀹℃牳浜� */
outCheckAuditOperator?: string;
+ /** 澶栭儴澶嶅鏍镐汉 */
+ outReCheckAuditOperator?: string;
/** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
incomeAndFinanceIncomeOperator?: string;
/** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
settleAndFinanceOperator?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鏀垮姟绔瀹℃椂闂� */
+ outReCheckTime?: string;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -9862,6 +9873,8 @@
pageModel?: Pagination;
/** 鏈堜唤 */
month?: string;
+ /** 鏈堜唤 */
+ months?: string[];
/** 鎵�灞炲洯鍖篒d */
industrialParkId?: string;
/** 鍏抽敭瀛� */
@@ -16409,6 +16422,9 @@
collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
/** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鏀垮姟绔瀹″娉� */
+ outReCheckRemark?: string;
}
interface OutcheckParkBountyApplyInput {
@@ -16420,6 +16436,15 @@
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
+ interface OutReCheckParkBountyApplyInput {
+ parkBountyApplyId?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 澶囨敞 */
+ remark?: string;
+ /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+ extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
interface PagedListQueryPageModel {
/** 琛屾暟 */
rows?: number;
--
Gitblit v1.9.1