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 |  210 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 205 insertions(+), 5 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 819658b..793cec4 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -466,14 +466,16 @@
     values?: Record<string, any>;
   }
 
-  interface AuditParkBountyTradeInput {
+  interface AuditParkBountyTradeBySelfInput {
     /** 鍑鸿处璁板綍Id */
     id?: string;
-    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 818鍑鸿处璁板綍Id */
+    parkBountyApplyDetailId?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 瀹℃牳澶囨敞 */
-    auditRemark?: string;
+    selfAuditRemark?: string;
     /** 瀹℃牳鍑瘉 */
-    payAuditFileUrl?: string;
+    selfAuditFileUrl?: string;
   }
 
   interface BaseAuthorizeDto {
@@ -521,6 +523,8 @@
   interface BatchSyncUserAmountInput {
     items?: SyncUserAmountInput[];
   }
+
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
 
   interface ChangePasswordInput {
     currentPassword?: string;
@@ -654,7 +658,6 @@
   }
 
   interface CreateParkBountyTradeInput {
-    enterpriseId?: string;
     /** 鏈�杩戝嚭璐﹂噾棰� */
     tradeAmount?: number;
     /** 鍑鸿处鍑瘉 */
@@ -662,6 +665,18 @@
     /** 娑堣垂绫诲瀷 */
     payRemark?: string;
     access?: ParkBountyTradeAccessEnum;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏀舵鍗曚綅鍚嶇О */
+    incomeBankAccount?: string;
+    /** 鏀舵鍗曚綅璐﹀彿 */
+    incomeBankCardNumber?: string;
+    /** 寮�鎴疯 */
+    incomeBankName?: string;
+    enterpriseId?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
   }
 
   interface CreateTempTokenInput {
@@ -723,6 +738,10 @@
     /** 鍑忓憳淇濆崟id */
     downsizingInsuranceList?: string[];
   }
+
+  type EnterprisePrechargeInComeStatusEnum = 10 | 20;
+
+  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
 
   interface EntityExtensionDto {
     properties?: Record<string, any>;
@@ -831,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 {
@@ -971,6 +1044,8 @@
     payStatus?: InsurancePolicyListPayStatusEnum;
     /** 浠绘剰鍒嗘壒鏀粯瀹屾垚 */
     anyPayComplete?: boolean;
+    /** 濂栧姳閲戜綑棰� */
+    remianAmount?: number;
   }
 
   interface GetInsurancePageOutputPageOutput {
@@ -1080,8 +1155,14 @@
     transferTimeBegin?: string;
     /** 鍑鸿处缁撴潫鏃ユ湡 */
     transferTimeEnd?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    financeType?: FinanceTypeEnum;
     enterpriseId?: string;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
   }
 
   interface GetParkBountyTradeDetailOutput {
@@ -1095,6 +1176,7 @@
     /** 绀句細缁熶竴淇$敤浠g爜 */
     societyCreditCode?: string;
     id?: string;
+    parkBountyApplyDetailId?: string;
     /** 鏈�杩戝嚭璐﹂噾棰� */
     tradeAmount?: number;
     /** 鍑鸿处鍑瘉 */
@@ -1107,6 +1189,8 @@
     /** 濂栧姳閲戜綑棰� */
     remianAmount?: number;
     financeType?: FinanceTypeEnum;
+    /** 瀹℃牳鏃堕棿 */
+    financeAuditTime?: string;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 瀹℃牳澶囨敞 */
     auditRemark?: string;
@@ -1114,6 +1198,25 @@
     auditTime?: string;
     /** 瀹℃牳鍑瘉 */
     payAuditFileUrl?: string;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏀舵鍗曚綅鍚嶇О */
+    incomeBankAccount?: string;
+    /** 鏀舵鍗曚綅璐﹀彿 */
+    incomeBankCardNumber?: string;
+    /** 寮�鎴疯 */
+    incomeBankName?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
+    selfAuditRemark?: string;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳鏃堕棿 */
+    selfAuditTime?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    creationTime?: string;
+    bountyAmount?: number;
   }
 
   interface GetParkBountyTradeDetailOutputPageOutput {
@@ -1130,6 +1233,11 @@
     transferTimeBegin?: string;
     /** 鍑鸿处缁撴潫鏃ユ湡 */
     transferTimeEnd?: string;
+    /** 鐢宠璧峰鏃ユ湡 */
+    creationTimeBegin?: string;
+    /** 鐢宠缁撴潫鏃ユ湡 */
+    creationTimeEnd?: string;
+    financeType?: FinanceTypeEnum;
   }
 
   interface GetParkBountyTradeOutput {
@@ -1154,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 {
@@ -2438,6 +2603,11 @@
     importChannel?: string;
   }
 
+  interface QueryParkCustomerBountyApplyInput {
+    pageModel?: Pagination;
+    id?: string;
+  }
+
   interface QueryUserPageInput {
     pageModel?: Pagination;
     searchKey?: string;
@@ -2592,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;
@@ -2674,6 +2872,8 @@
     timeZone?: TimeZone;
   }
 
+  type TransferToStatusEnum = 1 | 2;
+
   interface TypeApiDescriptionModel {
     baseType?: string;
     isEnum?: boolean;

--
Gitblit v1.9.1