From ae671e401db4b158b6bd4292fb99fab58e40844c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 11 四月 2025 09:14:04 +0800
Subject: [PATCH] feat: 接口

---
 src/services/api/typings.d.ts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index e6d6ec9..0baf8f4 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -7771,6 +7771,12 @@
     endDate?: string;
   }
 
+  interface GetNotTransferCompanyNameListOutput {
+    companyId?: string;
+    name?: string;
+    parkBountyApplyDetailId?: string;
+  }
+
   interface GetOperateHistoryInput {
     pageModel?: Pagination;
     relationId?: string;
@@ -7928,6 +7934,8 @@
     outCheckStatus?: BountyCheckStatusEnum;
     /** 澶栭儴瀹℃牳鏃ユ湡 */
     outCheckTime?: string;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -14210,6 +14218,9 @@
     outCheckStatus?: BountyCheckStatusEnum;
     /** 澶栭儴瀹℃牳鍘熷洜 */
     outCheckRemark?: string;
+    /** 鍐呴儴瀹℃牳鍘熷洜 */
+    inCheckRemark?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
   }
 
   interface OutcheckParkBountyApplyInput {

--
Gitblit v1.9.1