From 659c75ad412155d04c8b38da47b1d3baf11a4c41 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 25 七月 2025 19:10:49 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 58 insertions(+), 2 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 2d78064..d8c1ae5 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -4130,6 +4130,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
   }
@@ -5590,10 +5600,14 @@
     industrialParkId?: string;
     /** 浜т笟鍥尯鍚嶇О */
     industrialParkName?: string;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
     /** 鏄惁鏈夋湇鍔′汉鍛� */
     isHasServiceStaff?: boolean;
-    /** 鏈嶅姟浜哄憳id */
-    userServiceStaffId?: string;
+    /** 鏈嶅姟浜哄憳鍚嶇О */
+    userServiceStaffs?: CustomerManageListOutputUserServiceStaff[];
     /** 鏈嶅姟浜哄憳鍚嶇О */
     userServiceStaffName?: string;
     /** 鏄惁濂栧姳閲戝彂鏀� */
@@ -5608,6 +5622,14 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: CustomerManageListOutput[];
+  }
+
+  interface CustomerManageListOutputUserServiceStaff {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏈嶅姟浜哄憳Id */
+    userServiceStaffId?: string;
+    name?: string;
   }
 
   interface CustomerMenu {
@@ -9042,6 +9064,8 @@
     tradeTime?: string;
     /** 濂栧姳閲戜綑棰� */
     remianAmount?: number;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
     financeType?: FinanceTypeEnum;
     showAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
@@ -9530,6 +9554,10 @@
     amount?: number;
     /** 鍑瘉鍦板潃 */
     url?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 瀹℃牳鍑瘉 */
+    financeAuditFileUrl?: string;
     /** 濂栧姳閲戠敵鎶ヨ缁咺d */
     parkBountyApplyDetailId?: string;
     /** 鍏宠仈Id */
@@ -9562,6 +9590,10 @@
     industrialParkId?: string;
     /** 鎵�灞炲洯鍖� */
     industrialParkName?: string;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+    suportWithDraw?: boolean;
     /** 鑱旂郴浜� */
     contact?: string;
     /** 鑱旂郴鐢佃瘽 */
@@ -18457,6 +18489,8 @@
     /** 鏈嶅姟浜哄憳Id */
     userServiceStaffId?: string;
     userId?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface QueryCustomerTemplateListInput {
@@ -21933,6 +21967,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
     /** 鐢ㄦ埛Id */
@@ -23240,8 +23284,20 @@
     companyOrgId?: string;
     /** 缁勭粐鏋舵瀯閮ㄩ棬id */
     departmentOrgId?: string;
+    /** 鐢ㄦ埛绔疘d */
+    clientId?: string;
     /** 鍥尯Ids */
     industrialParkIds?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
   }
 
   interface UserDtoPageOutput {

--
Gitblit v1.9.1