From 6fc60fcdccd4c99e43be482ecf3757108e833c34 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 04 十一月 2025 17:27:34 +0800
Subject: [PATCH] fix: 四流

---
 src/services/api/typings.d.ts |   69 ++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 1 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 54b580e..e8377f6 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -453,6 +453,11 @@
     userId?: string;
   }
 
+  interface AddParkBountyApplyByEnterpriseInput {
+    batchNo?: string;
+    enterpriseMonthApplyId?: string;
+  }
+
   interface AddParkBountyApplyStepOneInput {
     batchNo?: string;
     parkId?: string;
@@ -1290,6 +1295,10 @@
     parentId?: string;
   }
 
+  interface APIgetAllModuleListParams {
+    menuScene?: EnumMenuScene;
+  }
+
   interface APIgetAllSubModuleParams {
     moduleId?: string;
   }
@@ -1750,6 +1759,11 @@
     id?: string;
   }
 
+  interface APIgetRewardStatisticsMonthsParams {
+    /** 鎵�灞炲洯鍖篒d */
+    industrialParkId?: string;
+  }
+
   interface APIgetRolesIdRolesParams {
     id: string;
   }
@@ -1842,6 +1856,12 @@
 
   interface APIgetUserOrRoleModuleListParams {
     id?: string;
+    objectType?: number;
+  }
+
+  interface APIgetUserOrRoleModuleListParams {
+    id?: string;
+    menuScene?: EnumMenuScene;
     objectType?: number;
   }
 
@@ -2925,7 +2945,7 @@
     userId?: string;
   }
 
-  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
 
   interface BuildRewardStatisticsInput {
     /** 寮�濮嬬粺璁℃湀浠� */
@@ -4081,6 +4101,8 @@
     password?: string;
     /** 浜т笟鍥尯id */
     industrialParkId?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
   }
 
   interface CreateBackClientUserInput {
@@ -4101,6 +4123,7 @@
   }
 
   interface CreateBaseRoleInput {
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -5192,6 +5215,7 @@
   }
 
   interface CreateOrUpdateRoleInput {
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -5698,6 +5722,8 @@
     isSignFreeSet?: boolean;
     /** 娉ㄥ唽鏃堕棿 */
     registTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
   }
 
   interface CustomerManageListOutputPageOutput {
@@ -5754,6 +5780,7 @@
     /** 鐢虫姤閲戦 */
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
+    enterpriseId?: string;
   }
 
   interface CustomerUploadMonthApplyFileType {
@@ -6153,6 +6180,8 @@
     remark?: string;
     /** 鏂囦欢鏁伴噺 */
     fileCount?: number;
+    /** 浼佷笟鐢虫姤鏉愭枡鏁伴噺 */
+    enterpriseMonthApplyFileCount?: number;
     lastModificationTime?: string;
     lastModifierName?: string;
     lastModifierId?: string;
@@ -6294,6 +6323,8 @@
   type EnumElectronSignRealStatus = 0 | 10 | 99 | 100;
 
   type EnumElectronSignUserType = 10 | 20;
+
+  type EnumMenuScene = 0 | 1;
 
   type EnumPagedListOrder = 0 | 1;
 
@@ -7548,6 +7579,7 @@
   interface GetCustomerUploadApplyFilesInput {
     id?: string;
     enterpriseId?: string;
+    userId?: string;
     withMonth?: string;
     parkBountyApplyId?: string;
   }
@@ -7694,6 +7726,9 @@
     /** 鐢虫姤閲戦 */
     applyAmount?: number;
     applyStatus?: EnterpriseMonthApplyStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 鑷富鐢虫姤鐨勭敵鎶d */
+    parkBountyApplyId?: string;
   }
 
   interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -9119,6 +9154,11 @@
     settleStatus?: SettleStatusEnum;
     incomeStatus?: IncomeStatusEnum;
     financeStatus?: FinanceStatusEnum;
+    /** 澶栭儴澶嶅鏍歌捣濮嬫棩鏈� */
+    outReCheckTimeBegin?: string;
+    /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
+    outReCheckTimeEnd?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
   }
 
   interface GetParkBountyApplyListOutput {
@@ -9180,10 +9220,15 @@
     inCheckAuditOperator?: string;
     /** 澶栭儴瀹℃牳浜� */
     outCheckAuditOperator?: string;
+    /** 澶栭儴澶嶅鏍镐汉 */
+    outReCheckAuditOperator?: string;
     /** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
     incomeAndFinanceIncomeOperator?: string;
     /** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
     settleAndFinanceOperator?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹℃椂闂� */
+    outReCheckTime?: string;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -9305,6 +9350,7 @@
     selfAuditOperatorId?: string;
     /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
     insureBillUrl?: string;
+    auditType?: EnumParkBountyTradeDetailAuditType;
   }
 
   interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9526,6 +9572,8 @@
     parkTypName?: string;
     /** 钀ヤ笟鎵х収 */
     licenseUrl?: string;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
     /** 閾惰鎬昏鍚嶇О */
     bankName?: string;
     /** 閾惰鏀鍚嶇О */
@@ -9863,6 +9911,8 @@
     pageModel?: Pagination;
     /** 鏈堜唤 */
     month?: string;
+    /** 鏈堜唤 */
+    months?: string[];
     /** 鎵�灞炲洯鍖篒d */
     industrialParkId?: string;
     /** 鍏抽敭瀛� */
@@ -9873,6 +9923,7 @@
     pageModel?: Pagination;
     /** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
     queryCondition?: string;
+    menuScene?: EnumMenuScene;
   }
 
   interface GetSearchSettingList {
@@ -10285,6 +10336,8 @@
     bankBranchName?: string;
     bankCardNumber?: string;
     bankIsVerify?: boolean;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
   }
 
   interface GetUserBaseInfoDataResponse {
@@ -16410,6 +16463,9 @@
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
     /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
     extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹″娉� */
+    outReCheckRemark?: string;
   }
 
   interface OutcheckParkBountyApplyInput {
@@ -20197,6 +20253,7 @@
   interface RoleInfo {
     /** 瑙掕壊Id */
     id?: string;
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -20907,6 +20964,15 @@
     /** 鐢ㄦ埛Id */
     userId?: string;
     disabledSyncUser?: boolean;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
+  }
+
+  interface SetUserEnterpiseCooperationUrlInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
   }
 
   interface SetUserEnterpriseBankInfoInput {
@@ -23168,6 +23234,7 @@
     monthApplyId?: string;
     fileSearchTypeId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    enterpriseId?: string;
   }
 
   interface UploadParkApplyCustomerFilesInput {

--
Gitblit v1.9.1