From 6250509f6dec599c11b68179cb33513e5d4b8a7d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 13:49:53 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |  165 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 155 insertions(+), 10 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 7769d30..793cec4 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -469,21 +469,13 @@
   interface AuditParkBountyTradeBySelfInput {
     /** 鍑鸿处璁板綍Id */
     id?: string;
+    /** 818鍑鸿处璁板綍Id */
+    parkBountyApplyDetailId?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 瀹℃牳澶囨敞 */
     selfAuditRemark?: string;
     /** 瀹℃牳鍑瘉 */
     selfAuditFileUrl?: string;
-  }
-
-  interface AuditParkBountyTradeInput {
-    /** 鍑鸿处璁板綍Id */
-    id?: string;
-    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
-    /** 瀹℃牳澶囨敞 */
-    auditRemark?: string;
-    /** 瀹℃牳鍑瘉 */
-    payAuditFileUrl?: string;
   }
 
   interface BaseAuthorizeDto {
@@ -531,6 +523,8 @@
   interface BatchSyncUserAmountInput {
     items?: SyncUserAmountInput[];
   }
+
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
 
   interface ChangePasswordInput {
     currentPassword?: string;
@@ -745,6 +739,10 @@
     downsizingInsuranceList?: string[];
   }
 
+  type EnterprisePrechargeInComeStatusEnum = 10 | 20;
+
+  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
+
   interface EntityExtensionDto {
     properties?: Record<string, any>;
     configuration?: Record<string, any>;
@@ -852,11 +850,65 @@
     url?: string;
   }
 
+  type FinanceStatusEnum = 1 | 2 | 3;
+
   type FinanceTypeEnum = 10 | 20;
 
   interface GetEffectingStaffListInput {
     claimDateTime?: string;
     idNumber?: string;
+  }
+
+  interface GetEnterpriseDrawWithListInput {
+    pageModel?: Pagination;
+    keyWord?: string;
+    beginDateTime?: string;
+    endDateTime?: string;
+    enterpriseId?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+  }
+
+  interface GetEnterpriseDrawWithListOutput {
+    drawWithId?: string;
+    enterpriseId?: string;
+    enterpriseName?: string;
+    societyCreditCode?: string;
+    creationTime?: string;
+    enterpriseType?: string;
+    parkName?: string;
+    parkType?: string;
+    amount?: number;
+    remainAmount?: number;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    checkTime?: string;
+    checkRemark?: string;
+    checkFileUrl?: string;
+  }
+
+  interface GetEnterpriseDrawWithListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterpriseDrawWithListOutput[];
+  }
+
+  interface GetEnterprisePrechargeListOutput {
+    id?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍏呭�煎嚟璇� */
+    rechargeVoucherFileUrl?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    inComeStatus?: EnterprisePrechargeInComeStatusEnum;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+  }
+
+  interface GetEnterprisePrechargeListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterprisePrechargeListOutput[];
   }
 
   interface GetFeatureListResultDto {
@@ -1124,6 +1176,7 @@
     /** 绀句細缁熶竴淇$敤浠g爜 */
     societyCreditCode?: string;
     id?: string;
+    parkBountyApplyDetailId?: string;
     /** 鏈�杩戝嚭璐﹂噾棰� */
     tradeAmount?: number;
     /** 鍑鸿处鍑瘉 */
@@ -1209,6 +1262,63 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: GetParkBountyTradeOutput[];
+  }
+
+  interface GetParkCustomerBountyFinanceOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鏈堜唤 */
+    applyMonth?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */
+    financeTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 鎷ㄤ粯鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    outCheckStatus?: BountyCheckStatusEnum;
+  }
+
+  interface GetParkCustomerBountyFinanceOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyFinanceOutput[];
+  }
+
+  interface GetParkCustomerBountySettleOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鏈堜唤 */
+    applyMonth?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐︽椂闂� */
+    transferToTime?: string;
+    transferToStatus?: TransferToStatusEnum;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */
+    transferToFileUrl?: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */
+    settleTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    outCheckStatus?: BountyCheckStatusEnum;
+  }
+
+  interface GetParkCustomerBountySettleOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountySettleOutput[];
   }
 
   interface GetPermissionListResultDto {
@@ -2493,6 +2603,11 @@
     importChannel?: string;
   }
 
+  interface QueryParkCustomerBountyApplyInput {
+    pageModel?: Pagination;
+    id?: string;
+  }
+
   interface QueryUserPageInput {
     pageModel?: Pagination;
     searchKey?: string;
@@ -2647,6 +2762,34 @@
     modules: ModuleTypeInfo[];
   }
 
+  interface SyncAuditParkBountyTradeInput {
+    /** 鍑鸿处璁板綍Id */
+    id?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 鍑鸿处鎿嶄綔浜� */
+    auditOperator?: string;
+    /** 鍑鸿处鎿嶄綔浜篒D */
+    auditOperatorId?: string;
+  }
+
+  interface SyncFinanceAuditParkBountyTradeInput {
+    /** 鍑鸿处璁板綍Id */
+    id?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜� */
+    financeAuditOperator?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜篒d */
+    financeAuditOperatorId?: string;
+  }
+
   interface SyncUserAmountInput {
     /** 鐢ㄦ埛鍚嶇О */
     id?: string;
@@ -2729,6 +2872,8 @@
     timeZone?: TimeZone;
   }
 
+  type TransferToStatusEnum = 1 | 2;
+
   interface TypeApiDescriptionModel {
     baseType?: string;
     isEnum?: boolean;

--
Gitblit v1.9.1