From 8eec3bdd93b15bb26f53e3e4b1f5c1679f2efc1a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 31 十月 2025 13:15:12 +0800
Subject: [PATCH] fix: s

---
 src/services/api/typings.d.ts |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 267af50..54b580e 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;
   }
@@ -7583,6 +7579,11 @@
     parkName?: string;
     /** 闄勪欢 */
     items?: GetCustomerUploadApplyFilesOutput[];
+  }
+
+  interface GetCustomerUploadFileRecordInput {
+    withMonth?: string;
+    userId?: string;
   }
 
   interface GetCustomerUploadFileRecordOutput {
@@ -16420,6 +16421,15 @@
     extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
+  interface OutReCheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
   interface PagedListQueryPageModel {
     /** 琛屾暟 */
     rows?: number;

--
Gitblit v1.9.1