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 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 6472f78..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;
}
@@ -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 {
@@ -9315,6 +9350,7 @@
selfAuditOperatorId?: string;
/** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
insureBillUrl?: string;
+ auditType?: EnumParkBountyTradeDetailAuditType;
}
interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9536,6 +9572,8 @@
parkTypName?: string;
/** 钀ヤ笟鎵х収 */
licenseUrl?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
/** 閾惰鎬昏鍚嶇О */
bankName?: string;
/** 閾惰鏀鍚嶇О */
@@ -9885,6 +9923,7 @@
pageModel?: Pagination;
/** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
queryCondition?: string;
+ menuScene?: EnumMenuScene;
}
interface GetSearchSettingList {
@@ -10297,6 +10336,8 @@
bankBranchName?: string;
bankCardNumber?: string;
bankIsVerify?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface GetUserBaseInfoDataResponse {
@@ -20212,6 +20253,7 @@
interface RoleInfo {
/** 瑙掕壊Id */
id?: string;
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -20922,6 +20964,15 @@
/** 鐢ㄦ埛Id */
userId?: string;
disabledSyncUser?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
+ }
+
+ interface SetUserEnterpiseCooperationUrlInput {
+ /** 鐢ㄦ埛Id */
+ userId?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface SetUserEnterpriseBankInfoInput {
@@ -23183,6 +23234,7 @@
monthApplyId?: string;
fileSearchTypeId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ enterpriseId?: string;
}
interface UploadParkApplyCustomerFilesInput {
--
Gitblit v1.9.1