From 8feaba218a5ce22e92214e4c9082faf59b25c885 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 20 十一月 2025 09:20:35 +0800
Subject: [PATCH] fix: bug

---
 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