From f633483b97b38c2965ecdbffcb80e4e297175a43 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 28 七月 2025 18:54:19 +0800
Subject: [PATCH] fix: 奖励金审核

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

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 2d78064..841e3a9 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -2878,6 +2878,13 @@
 
   type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
 
+  interface BuildRewardStatisticsInput {
+    /** 寮�濮嬬粺璁℃湀浠� */
+    startMonth?: string;
+    /** 鎴缁熻鏈堜唤 */
+    endMonth?: string;
+  }
+
   type BusinessSettingTypeEnum = 10;
 
   interface CalculationWalletPayFeeInput {
@@ -4130,6 +4137,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
   }
@@ -5590,10 +5607,14 @@
     industrialParkId?: string;
     /** 浜т笟鍥尯鍚嶇О */
     industrialParkName?: string;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
     /** 鏄惁鏈夋湇鍔′汉鍛� */
     isHasServiceStaff?: boolean;
-    /** 鏈嶅姟浜哄憳id */
-    userServiceStaffId?: string;
+    /** 鏈嶅姟浜哄憳鍚嶇О */
+    userServiceStaffs?: CustomerManageListOutputUserServiceStaff[];
     /** 鏈嶅姟浜哄憳鍚嶇О */
     userServiceStaffName?: string;
     /** 鏄惁濂栧姳閲戝彂鏀� */
@@ -5608,6 +5629,14 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: CustomerManageListOutput[];
+  }
+
+  interface CustomerManageListOutputUserServiceStaff {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏈嶅姟浜哄憳Id */
+    userServiceStaffId?: string;
+    name?: string;
   }
 
   interface CustomerMenu {
@@ -9009,6 +9038,7 @@
     /** 鍥尯Id */
     parkId?: string;
     enterpriseId?: string;
+    financeType?: FinanceTypeEnum;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
     financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
   }
@@ -9042,6 +9072,8 @@
     tradeTime?: string;
     /** 濂栧姳閲戜綑棰� */
     remianAmount?: number;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
     financeType?: FinanceTypeEnum;
     showAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
@@ -9054,6 +9086,8 @@
     financeAuditRemark?: string;
     /** 璐㈠姟瀹℃牳鏃堕棿 */
     financeAuditTime?: string;
+    /** 瀹℃牳鍑瘉 */
+    financeAuditFileUrl?: string;
     /** 瀹℃牳鍑瘉 */
     payAuditFileUrl?: string;
   }
@@ -9562,6 +9596,10 @@
     industrialParkId?: string;
     /** 鎵�灞炲洯鍖� */
     industrialParkName?: string;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+    suportWithDraw?: boolean;
     /** 鑱旂郴浜� */
     contact?: string;
     /** 鑱旂郴鐢佃瘽 */
@@ -18457,6 +18495,8 @@
     /** 鏈嶅姟浜哄憳Id */
     userServiceStaffId?: string;
     userId?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface QueryCustomerTemplateListInput {
@@ -21933,6 +21973,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
     /** 鐢ㄦ埛Id */
@@ -23240,8 +23290,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