From 88695d37e54caa2cbc8a42a53261e9cf86d08181 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 20 十月 2025 17:30:20 +0800
Subject: [PATCH] fix: s

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

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 0fd93ec..e346c7e 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -246,6 +246,8 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏂囦欢 */
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
@@ -7556,6 +7558,8 @@
     checkTime?: string;
     checkRemark?: string;
     checkFileUrl?: string;
+    /** 鎻愮幇瀹℃牳鎿嶄綔浜� */
+    checkOperator?: string;
   }
 
   interface GetEnterpriseDrawWithListOutputPageOutput {
@@ -7621,6 +7625,8 @@
     /** 鎻愪氦鏃ユ湡 */
     creationTime?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 瀹℃牳浜� */
+    checkOperator?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -9045,6 +9051,14 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鍐呴儴瀹℃牳浜� */
+    inCheckAuditOperator?: string;
+    /** 澶栭儴瀹℃牳浜� */
+    outCheckAuditOperator?: string;
+    /** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
+    incomeAndFinanceIncomeOperator?: string;
+    /** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
+    settleAndFinanceOperator?: string;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -9262,6 +9276,8 @@
     financeAuditFileUrl?: string;
     payFileUrls?: string[];
     financeType?: FinanceTypeEnum;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
   }
 
   interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -16251,6 +16267,8 @@
     suportWithDraw?: boolean;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface OutcheckParkBountyApplyInput {
@@ -16258,6 +16276,8 @@
     outCheckStatus?: BountyCheckStatusEnum;
     /** 澶囨敞 */
     remark?: string;
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface PagedListQueryPageModel {
@@ -21586,6 +21606,8 @@
     selfAuditTime?: string;
     /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
     selfAuditFileUrl?: string;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
   }
 
   interface SysOrgDetailOutput {
@@ -22332,6 +22354,8 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏂囦欢 */
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */

--
Gitblit v1.9.1