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 |  105 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 103 insertions(+), 2 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 6b8a7e0..841e3a9 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -87,6 +87,8 @@
     bankName?: string;
     bankBranchName?: string;
     bankCardNumber?: string;
+    /** 瀵嗙爜 */
+    password?: string;
   }
 
   interface AddEnterpriseMaterialFileInput {
@@ -1638,7 +1640,15 @@
     parkBountyApplyId?: string;
   }
 
+  interface APIgetParkBountyApplyBatchFinanceRegEnterpriseParams {
+    parkBountyApplyId?: string;
+  }
+
   interface APIgetParkBountyApplyBatchTransferEnterpriseParams {
+    parkBountyApplyId?: string;
+  }
+
+  interface APIgetParkBountyApplyBatchTransferRegEnterpriseParams {
     parkBountyApplyId?: string;
   }
 
@@ -2867,6 +2877,13 @@
   }
 
   type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+
+  interface BuildRewardStatisticsInput {
+    /** 寮�濮嬬粺璁℃湀浠� */
+    startMonth?: string;
+    /** 鎴缁熻鏈堜唤 */
+    endMonth?: string;
+  }
 
   type BusinessSettingTypeEnum = 10;
 
@@ -4120,6 +4137,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
   }
@@ -5580,10 +5607,14 @@
     industrialParkId?: string;
     /** 浜т笟鍥尯鍚嶇О */
     industrialParkName?: string;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
     /** 鏄惁鏈夋湇鍔′汉鍛� */
     isHasServiceStaff?: boolean;
-    /** 鏈嶅姟浜哄憳id */
-    userServiceStaffId?: string;
+    /** 鏈嶅姟浜哄憳鍚嶇О */
+    userServiceStaffs?: CustomerManageListOutputUserServiceStaff[];
     /** 鏈嶅姟浜哄憳鍚嶇О */
     userServiceStaffName?: string;
     /** 鏄惁濂栧姳閲戝彂鏀� */
@@ -5598,6 +5629,14 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: CustomerManageListOutput[];
+  }
+
+  interface CustomerManageListOutputUserServiceStaff {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏈嶅姟浜哄憳Id */
+    userServiceStaffId?: string;
+    name?: string;
   }
 
   interface CustomerMenu {
@@ -8992,8 +9031,16 @@
     transferTimeBegin?: string;
     /** 鍑鸿处缁撴潫鏃ユ湡 */
     transferTimeEnd?: string;
+    /** 瀹℃牳璧峰鏃ユ湡 */
+    auditTimeBegin?: string;
+    /** 瀹℃牳缁撴潫鏃ユ湡 */
+    auditTimeEnd?: string;
+    /** 鍥尯Id */
+    parkId?: string;
     enterpriseId?: string;
+    financeType?: FinanceTypeEnum;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
   }
 
   interface GetParkBountyTradeDetailOutput {
@@ -9007,6 +9054,8 @@
     /** 绀句細缁熶竴淇$敤浠g爜 */
     societyCreditCode?: string;
     authType?: EnterpriseTypeEnum;
+    /** 鍥尯Id */
+    parkId?: string;
     /** 鐢宠鍥尯 */
     parkName?: string;
     /** 鐢宠鍥尯绫诲瀷 */
@@ -9023,12 +9072,22 @@
     tradeTime?: string;
     /** 濂栧姳閲戜綑棰� */
     remianAmount?: number;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
     financeType?: FinanceTypeEnum;
+    showAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 瀹℃牳澶囨敞 */
     auditRemark?: string;
     /** 瀹℃牳鏃堕棿 */
     auditTime?: string;
+    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 璐㈠姟瀹℃牳澶囨敞 */
+    financeAuditRemark?: string;
+    /** 璐㈠姟瀹℃牳鏃堕棿 */
+    financeAuditTime?: string;
+    /** 瀹℃牳鍑瘉 */
+    financeAuditFileUrl?: string;
     /** 瀹℃牳鍑瘉 */
     payAuditFileUrl?: string;
   }
@@ -9051,6 +9110,10 @@
     transferTimeBegin?: string;
     /** 鍑鸿处缁撴潫鏃ユ湡 */
     transferTimeEnd?: string;
+    /** 瀹℃牳璧峰鏃ユ湡 */
+    auditTimeBegin?: string;
+    /** 瀹℃牳缁撴潫鏃ユ湡 */
+    auditTimeEnd?: string;
   }
 
   interface GetParkBountyTradeOutput {
@@ -9533,6 +9596,10 @@
     industrialParkId?: string;
     /** 鎵�灞炲洯鍖� */
     industrialParkName?: string;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+    suportWithDraw?: boolean;
     /** 鑱旂郴浜� */
     contact?: string;
     /** 鑱旂郴鐢佃瘽 */
@@ -10879,6 +10946,12 @@
   }
 
   interface ImportBountyApplyDataOutput {
+    /** 骞冲彴鎷ㄤ粯鎬婚 */
+    settleSumAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯鎬婚 */
+    financeSumAmount?: number;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
     /** 閿欒鏁版嵁鍒楄〃 */
     error?: ExportBountyApplyData[];
   }
@@ -18422,6 +18495,8 @@
     /** 鏈嶅姟浜哄憳Id */
     userServiceStaffId?: string;
     userId?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface QueryCustomerTemplateListInput {
@@ -19852,6 +19927,10 @@
     bountyCollectFileUrl?: string;
     /** 鐢虫姤鎬婚 */
     applySumAmount?: number;
+    /** 骞冲彴鎷ㄤ粯鎬婚 */
+    settleSumAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯鎬婚 */
+    financeSumAmount?: number;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
@@ -21894,6 +21973,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
     /** 鐢ㄦ埛Id */
@@ -23201,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