From 60107cb11e472d693de543e8ec422bfe8e31dbec Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 31 十月 2025 17:30:48 +0800
Subject: [PATCH] Merge branch 'master' into dev-3.4.2.10
---
src/services/api/typings.d.ts | 33 ++++++++++++++++++++++++++++-----
1 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 267af50..b284341 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 {
@@ -16409,6 +16420,9 @@
collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
/** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鏀垮姟绔瀹″娉� */
+ outReCheckRemark?: string;
}
interface OutcheckParkBountyApplyInput {
@@ -16420,6 +16434,15 @@
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
+ interface OutReCheckParkBountyApplyInput {
+ parkBountyApplyId?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 澶囨敞 */
+ remark?: string;
+ /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+ extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
interface PagedListQueryPageModel {
/** 琛屾暟 */
rows?: number;
--
Gitblit v1.9.1