From 44f10c278aae48b8793ae7309488c24494e69866 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 18 十一月 2025 14:46:19 +0800
Subject: [PATCH] fix: s
---
src/services/api/typings.d.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index a324258..2bee1ca 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -9374,6 +9374,8 @@
outReCheckStatus?: BountyCheckStatusEnum;
/** 鏀垮姟绔瀹℃椂闂� */
outReCheckTime?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -16676,6 +16678,12 @@
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
+ interface OutcheckParkBountyApplyRedoedInput {
+ parkBountyApplyId?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
+ }
+
interface OutReCheckParkBountyApplyInput {
parkBountyApplyId?: string;
outReCheckStatus?: BountyCheckStatusEnum;
--
Gitblit v1.9.1