From f73d02204afcffd01833fd36d6cc6f8ae027aeb7 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 11 十二月 2025 16:43:58 +0800
Subject: [PATCH] fix: s

---
 src/services/api/typings.d.ts |  215 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 209 insertions(+), 6 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index e6dfa4b..979b22a 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -471,6 +471,7 @@
   interface AddParkBountyApplyByEnterpriseInput {
     batchNo?: string;
     enterpriseMonthApplyId?: string;
+    enterpriseId?: string;
   }
 
   interface AddParkBountyApplyStepOneInput {
@@ -1429,9 +1430,23 @@
     take?: number;
   }
 
+  interface APIgetDataBoardEnterpriseClientUserRankParams {
+    /** 鏌ヨ鏁伴噺 */
+    take?: number;
+  }
+
   interface APIgetDataBoardInsurePeopleCountRankParams {
     /** 鏌ヨ鏁伴噺 */
     take?: number;
+  }
+
+  interface APIgetDataBoardLastQuarterEnterpriseClientUserCountParams {
+    input?: GetDataBoardLastQuarterEnterpriseClientUserCountInput;
+  }
+
+  interface APIgetDataBoardLastQuarterOutputValueCountParams {
+    /** 涓囧厓鍗曚綅 */
+    wanUnit?: boolean;
   }
 
   interface APIgetDataBoardNewBountyApplyCountParams {
@@ -1439,11 +1454,13 @@
   }
 
   interface APIgetDataBoardNewBountyReleaseAmountCountParams {
-    input?: GetDataBoardNewBountyReleaseAmountCountInput;
+    /** 涓囧厓鍗曚綅 */
+    wanUnit?: boolean;
   }
 
   interface APIgetDataBoardNewBountyUseAmountCountParams {
-    input?: GetDataBoardNewBountyUseAmountCountInput;
+    /** 涓囧厓鍗曚綅 */
+    wanUnit?: boolean;
   }
 
   interface APIgetDataBoardNewCustomerCountParams {
@@ -1454,7 +1471,17 @@
     input?: GetDataBoardNewInsurePeopleCountInput;
   }
 
+  interface APIgetDataBoardOutputValueRankParams {
+    /** 鏌ヨ鏁伴噺 */
+    take?: number;
+  }
+
   interface APIgetDataBoardOverviewByParkParams {
+    industrialParkId?: string;
+  }
+
+  interface APIgetDataBoardOverviewByParkV2Params {
+    /** 鍥尯Id 涓嶄紶鏌ュ叏閮� */
     industrialParkId?: string;
   }
 
@@ -2052,6 +2079,10 @@
 
   interface APIqueryRechargeParams {
     bussSeqNo?: string;
+  }
+
+  interface APIreImportEnterpriseCustomerUsersReImportEnterpriseCustomerUsersIdParams {
+    id: string;
   }
 
   interface APIsearchParams {
@@ -6488,6 +6519,8 @@
 
   type EnumWalletSignStatus = 1 | 10 | 100 | 999;
 
+  type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50;
+
   interface ExportBountyApplyData {
     /** 浼佷笟鍚嶇О */
     enterpriseName: string;
@@ -6517,6 +6550,8 @@
   interface ExportRewardStatisticsInput {
     /** 鏈堜唤 */
     month?: string;
+    /** 鏈堜唤 */
+    months?: string[];
     /** 鎵�灞炲洯鍖篒d */
     industrialParkId?: string;
     /** 鍏抽敭瀛� */
@@ -7856,6 +7891,17 @@
     amount?: number;
   }
 
+  interface GetDataBoardEnterpriseClientUserRankOutput {
+    items?: GetDataBoardEnterpriseClientUserRankOutputItem[];
+  }
+
+  interface GetDataBoardEnterpriseClientUserRankOutputItem {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 绛剧害浜烘暟 */
+    count?: number;
+  }
+
   interface GetDataBoardInsurePeopleCountRankOutput {
     items?: GetDataBoardInsurePeopleCountRankOutputItem[];
   }
@@ -7865,6 +7911,22 @@
     enterpriseName?: string;
     /** 浜烘暟 */
     count?: number;
+  }
+
+  type GetDataBoardLastQuarterEnterpriseClientUserCountInput = Record<string, any>;
+
+  interface GetDataBoardLastQuarterEnterpriseClientUserCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 涓婂搴︽暟鎹� */
+    data?: number[];
+  }
+
+  interface GetDataBoardLastQuarterOutputValueCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 涓婂搴︽暟鎹� */
+    data?: number[];
   }
 
   type GetDataBoardNewBountyApplyCountInput = Record<string, any>;
@@ -7878,8 +7940,6 @@
     lastMonthData?: number[];
   }
 
-  type GetDataBoardNewBountyReleaseAmountCountInput = Record<string, any>;
-
   interface GetDataBoardNewBountyReleaseAmountCountOutput {
     /** X杞� */
     x?: string[];
@@ -7888,8 +7948,6 @@
     /** 涓婃湀鏁版嵁 */
     lastMonthData?: number[];
   }
-
-  type GetDataBoardNewBountyUseAmountCountInput = Record<string, any>;
 
   interface GetDataBoardNewBountyUseAmountCountOutput {
     /** X杞� */
@@ -7920,6 +7978,17 @@
     data?: number[];
   }
 
+  interface GetDataBoardOutputValueRankOutput {
+    items?: GetDataBoardOutputValueRankOutputItem[];
+  }
+
+  interface GetDataBoardOutputValueRankOutputItem {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 閲戦 */
+    outputValue?: number;
+  }
+
   interface GetDataBoardOverviewByParkOutput {
     /** 鎬诲叆椹讳紒涓� */
     totalCustomerCount?: number;
@@ -7927,6 +7996,23 @@
     sumBountyReleaseAmount?: number;
     /** 濂栧姳閲戜娇鐢ㄦ�婚 */
     sumBountyUseAmount?: number;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleCount?: number;
+  }
+
+  interface GetDataBoardOverviewByParkV2Output {
+    /** 骞冲彴浼佷笟鎬绘暟 */
+    enterpriseCount?: number;
+    /** 鎬讳氦鏄撴祦姘� */
+    sumOutputValue?: number;
+    /** 鍦ㄧ嚎鐢叉柟鎬绘暟 */
+    enterpriseCustomerCount?: number;
+    /** 鍦ㄧ嚎鍔冲姟浜哄憳鎬绘暟 */
+    enterpriseClientUserCount?: number;
+    /** 骞冲彴娑堣垂鎬婚 */
+    sumBountyUseAmount?: number;
+    /** 淇濋櫓娑堣垂鎬婚 */
+    sumBountyInsuranceUseAmount?: number;
     /** 鎶曚繚浜烘暟 */
     insurePeopleCount?: number;
   }
@@ -7991,6 +8077,49 @@
     data?: GetEnterpriseCredentialDataResponse;
   }
 
+  interface GetEnterpriseCustomerImportsInput {
+    pageModel?: Pagination;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 瀵煎叆澶辫触鐨勮褰� */
+    failImport?: boolean;
+  }
+
+  interface GetEnterpriseCustomerImportsOutput {
+    /** Id */
+    id?: string;
+    /** 浼佷笟Id */
+    enterpriseId?: string;
+    /** 鏂囦欢 */
+    file?: string;
+    /** 鎬昏鏁� */
+    count?: number;
+    /** 鎴愬姛琛屾暟 */
+    successCount?: number;
+    /** 绌虹櫧琛屾暟 */
+    emptyCount?: number;
+    /** 澶辫触琛屾暟 */
+    failCount?: number;
+    /** 澶辫触鍘熷洜 */
+    failReason?: string;
+    /** 棰勮淇濆瓨鏁伴噺 */
+    estimateSaveCount?: number;
+    /** 淇濆瓨鏁伴噺 */
+    saveCount?: number;
+    /** 鎻掑叆鏁伴噺 */
+    insertCount?: number;
+    /** 鏇存柊鏁伴噺 */
+    updateCount?: number;
+    /** 鏇存柊鏂囦欢鍦板潃 */
+    updateFile?: string;
+  }
+
+  interface GetEnterpriseCustomerImportsOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterpriseCustomerImportsOutput[];
+  }
+
   interface GetEnterpriseDrawWithDetailOutput {
     id?: string;
     enterpriseId?: string;
@@ -8004,6 +8133,13 @@
     amount?: number;
     remainAmount?: number;
     invoiceUrl?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 璁㈠崟鏀粯鏃堕棿 */
+    transactionDate?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥為敊璇唬鐮� */
+    transactionErrorCode?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥炲叿浣撶殑鍘熷洜銆� */
+    transactionFailReason?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
     checkTime?: string;
     checkUserId?: string;
@@ -8034,7 +8170,15 @@
     parkType?: string;
     amount?: number;
     remainAmount?: number;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 璁㈠崟鏀粯鏃堕棿 */
+    transactionDate?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥為敊璇唬鐮� */
+    transactionErrorCode?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥炲叿浣撶殑鍘熷洜銆� */
+    transactionFailReason?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    status?: GetEnterpriseDrawWithListOutputStatus;
     checkTime?: string;
     checkRemark?: string;
     checkFileUrl?: string;
@@ -8047,6 +8191,8 @@
     objectData?: any;
     data?: GetEnterpriseDrawWithListOutput[];
   }
+
+  type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30;
 
   interface GetEnterpriseMonthApplyFileOutput {
     id?: string;
@@ -8068,6 +8214,10 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: GetEnterpriseMonthApplyFileOutput[];
+  }
+
+  interface GetEnterpriseMonthApplyHasUploadFileListInput {
+    enterpriseId?: string;
   }
 
   interface GetEnterpriseParkApplyUploadFileOutput {
@@ -9599,6 +9749,8 @@
     outReCheckTime?: string;
     /** 鎾ゅ洖鍘熷洜 */
     reasonForWithdrawal?: string;
+    /** 鏄惁闅愯棌 */
+    isHidden?: boolean;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -9681,6 +9833,13 @@
     auditRemark?: string;
     /** 瀹℃牳鏃堕棿 */
     auditTime?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 璁㈠崟鏀粯鏃堕棿 */
+    transactionDate?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥為敊璇唬鐮� */
+    transactionErrorCode?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥炲叿浣撶殑鍘熷洜銆� */
+    transactionFailReason?: string;
     financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 璐㈠姟瀹℃牳澶囨敞 */
     financeAuditRemark?: string;
@@ -10617,6 +10776,10 @@
     signName?: string;
   }
 
+  interface GetSystemInfoOutput {
+    openTwoFactorLogin?: boolean;
+  }
+
   interface GetTagsInput {
     /** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�3蹇嵎璇勮鏍囩 */
     type?: number;
@@ -11549,6 +11712,15 @@
 
   interface IanaTimeZone {
     timeZoneName?: string;
+  }
+
+  interface IdentityModelToken {
+    accessToken?: string;
+    expiresIn?: number;
+    creationTime?: string;
+    refreshToken?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
   }
 
   interface IdentityModelTokenCacheItem {
@@ -22785,6 +22957,33 @@
 
   type TransferToStatusEnum = 1 | 2;
 
+  interface TwoFactorLoginPasswordInput {
+    clientId?: string;
+    /** 鐧诲綍鍚� */
+    loginName: string;
+    /** 鐧诲綍瀵嗙爜 */
+    password: string;
+  }
+
+  interface TwoFactorLoginPasswordOutput {
+    /** 鐧诲綍瀵嗛挜 */
+    loginKey?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+  }
+
+  interface TwoFactorLoginSendVerificationCodeInput {
+    /** 鐧诲綍瀵嗛挜 */
+    loginKey?: string;
+  }
+
+  interface TwoFactorLoginSmsInput {
+    /** 鐧诲綍瀵嗛挜 */
+    loginKey?: string;
+    /** 楠岃瘉鐮� */
+    code?: string;
+  }
+
   interface TypeApiDescriptionModel {
     baseType?: string;
     isEnum?: boolean;
@@ -25929,6 +26128,8 @@
     iv: string;
     /** 鑾峰彇浼氳瘽瀵嗛挜 */
     sessionKey: string;
+    /** 閴存潈 */
+    sign?: string;
     /** 灏忕▼搴廜penId */
     openId: string;
     wxMiniApp?: WxMiniAppEnum;
@@ -25941,6 +26142,8 @@
     iv: string;
     /** 鑾峰彇浼氳瘽瀵嗛挜 */
     sessionKey: string;
+    /** 閴存潈 */
+    sign?: string;
     /** 灏忕▼搴廜penId */
     openId: string;
     wxMiniApp?: WxMiniAppEnum;

--
Gitblit v1.9.1