From 7d93b3aad05224bdbc5bef278f01bd0896ad7eed Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 14 十一月 2025 21:14:27 +0800
Subject: [PATCH] fix: bug
---
src/services/api/typings.d.ts | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 178 insertions(+), 0 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index b284341..0dbdc97 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;
}
@@ -1370,6 +1379,15 @@
interface APIgetCurrentSubModuleListParams {
moduleId?: string;
+ }
+
+ interface APIgetCustomContractParamterSelectParams {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
}
interface APIgetCustomerFileTypeHeadParams {
@@ -1750,6 +1768,11 @@
id?: string;
}
+ interface APIgetRewardStatisticsMonthsParams {
+ /** 鎵�灞炲洯鍖篒d */
+ industrialParkId?: string;
+ }
+
interface APIgetRolesIdRolesParams {
id: string;
}
@@ -1842,6 +1865,12 @@
interface APIgetUserOrRoleModuleListParams {
id?: string;
+ objectType?: number;
+ }
+
+ interface APIgetUserOrRoleModuleListParams {
+ id?: string;
+ menuScene?: EnumMenuScene;
objectType?: number;
}
@@ -2844,6 +2873,14 @@
}
interface BatchUpdateContractParamterStatusInput {
+ /** 鍙傛暟Id */
+ ids?: string[];
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
+ interface BatchUpdateCustomContractParamterStatusInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
/** 鍙傛暟Id */
ids?: string[];
status?: EnumElectronSignContractParameterStatus;
@@ -4081,6 +4118,8 @@
password?: string;
/** 浜т笟鍥尯id */
industrialParkId?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
}
interface CreateBackClientUserInput {
@@ -4101,6 +4140,7 @@
}
interface CreateBaseRoleInput {
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -4169,6 +4209,37 @@
/** 璺熻繘澶囨敞 */
remark?: string;
status?: CooperationApplyStatusEnum;
+ }
+
+ interface CreateGovermentSubAccounts {
+ /** 鍚嶇О */
+ name?: string;
+ /** 鐢ㄦ埛鍚� */
+ userName?: string;
+ /** 澶囨敞 */
+ remark?: string;
+ /** 鎵嬫満鍙� */
+ phoneNumber?: string;
+ /** 鐢ㄦ埛绔疘d */
+ clientId?: string;
+ /** 鍥尯Ids */
+ industrialParkIds?: string[];
+ /** 瑙掕壊 */
+ roleNames?: string[];
+ /** 鏄惁鐞嗚禂鎻愰啋 */
+ sendClaimMessage?: boolean;
+ /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+ sendBillExpireMessage?: boolean;
+ /** 鏄惁鐭俊鎻愰啋 */
+ isSendMessage?: boolean;
+ /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+ staffChangeMessage?: boolean;
+ /** 鏄惁鎵规敼鎻愰啋 */
+ batchUpdateMessage?: boolean;
+ /** 瀵嗙爜 */
+ password?: string;
+ /** 涓昏处鍙风敤鎴疯处鍙� */
+ subAccountCreator?: string;
}
interface CreateGoverUserInput {
@@ -5023,6 +5094,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 鑷畾涔夊唴瀹� */
+ customContents?: string[];
/** 妯℃澘鍙橀噺 */
values: CreateOrUpdateContractTemplateValueInput[];
}
@@ -5192,6 +5265,7 @@
}
interface CreateOrUpdateRoleInput {
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -5698,6 +5772,8 @@
isSignFreeSet?: boolean;
/** 娉ㄥ唽鏃堕棿 */
registTime?: string;
+ /** 澶囨敞 */
+ remark?: string;
}
interface CustomerManageListOutputPageOutput {
@@ -5754,6 +5830,9 @@
/** 鐢虫姤閲戦 */
applyAmount?: number;
fileTypes?: CustomerUploadMonthApplyFileType[];
+ enterpriseId?: string;
+ /** 鏄惁鏄繍钀ョ浠d笂浼� */
+ isAdminFileUpload?: boolean;
}
interface CustomerUploadMonthApplyFileType {
@@ -6153,6 +6232,8 @@
remark?: string;
/** 鏂囦欢鏁伴噺 */
fileCount?: number;
+ /** 浼佷笟鐢虫姤鏉愭枡鏁伴噺 */
+ enterpriseMonthApplyFileCount?: number;
lastModificationTime?: string;
lastModifierName?: string;
lastModifierId?: string;
@@ -6294,6 +6375,8 @@
type EnumElectronSignRealStatus = 0 | 10 | 99 | 100;
type EnumElectronSignUserType = 10 | 20;
+
+ type EnumMenuScene = 0 | 1;
type EnumPagedListOrder = 0 | 1;
@@ -7252,6 +7335,17 @@
data?: GetContractParamterListItem[];
}
+ interface GetContractTemplateCustomContentDto {
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ /** 鍊� */
+ value?: string;
+ }
+
interface GetContractTemplateDto {
/** Id */
id?: string;
@@ -7268,6 +7362,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 妯℃澘鍙橀噺 */
+ customContents?: GetContractTemplateCustomContentDto[];
/** 妯℃澘鍙橀噺 */
values?: GetContractTemplateValueDto[];
}
@@ -7350,6 +7446,33 @@
startDate?: string;
/** 鎴鏃ユ湡 */
endDate?: string;
+ }
+
+ interface GetCustomContractParamterListInput {
+ pageModel?: Pagination;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍏抽敭瀛� */
+ keywords?: string;
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
+ interface GetCustomContractParamterListItem {
+ /** 鍙傛暟Id */
+ id?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
+ interface GetCustomContractParamterListItemPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetCustomContractParamterListItem[];
}
interface GetCustomerDto {
@@ -7548,6 +7671,7 @@
interface GetCustomerUploadApplyFilesInput {
id?: string;
enterpriseId?: string;
+ userId?: string;
withMonth?: string;
parkBountyApplyId?: string;
}
@@ -7694,6 +7818,9 @@
/** 鐢虫姤閲戦 */
applyAmount?: number;
applyStatus?: EnterpriseMonthApplyStatusEnum;
+ inCheckStatus?: BountyCheckStatusEnum;
+ /** 鑷富鐢虫姤鐨勭敵鎶d */
+ parkBountyApplyId?: string;
}
interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -9315,6 +9442,7 @@
selfAuditOperatorId?: string;
/** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
insureBillUrl?: string;
+ auditType?: EnumParkBountyTradeDetailAuditType;
}
interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9536,12 +9664,15 @@
parkTypName?: string;
/** 钀ヤ笟鎵х収 */
licenseUrl?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
/** 閾惰鎬昏鍚嶇О */
bankName?: string;
/** 閾惰鏀鍚嶇О */
bankBranchName?: string;
/** 閾惰鍗″彿 */
bankCardNumber?: string;
+ userCertificationStatus?: UserCertificationStatusEnum;
}
interface GetParkCustomerManageOutput {
@@ -9873,6 +10004,8 @@
pageModel?: Pagination;
/** 鏈堜唤 */
month?: string;
+ /** 鏈堜唤 */
+ months?: string[];
/** 鎵�灞炲洯鍖篒d */
industrialParkId?: string;
/** 鍏抽敭瀛� */
@@ -9883,6 +10016,7 @@
pageModel?: Pagination;
/** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
queryCondition?: string;
+ menuScene?: EnumMenuScene;
}
interface GetSearchSettingList {
@@ -10295,6 +10429,8 @@
bankBranchName?: string;
bankCardNumber?: string;
bankIsVerify?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface GetUserBaseInfoDataResponse {
@@ -15207,6 +15343,25 @@
viewAddress?: string;
levelNum?: number;
enCode?: string;
+ icon?: string;
+ hasCheck?: boolean;
+ isMenu?: number;
+ parentModuleName?: string;
+ }
+
+ interface ModuleDtoV2 {
+ id?: string;
+ description?: string;
+ sortCode?: number;
+ enabledMark?: number;
+ parentId?: string;
+ name?: string;
+ isCache?: boolean;
+ path?: string;
+ viewAddress?: string;
+ levelNum?: number;
+ enCode?: string;
+ menuSource?: EnumMenuScene;
icon?: string;
hasCheck?: boolean;
isMenu?: number;
@@ -20210,6 +20365,7 @@
interface RoleInfo {
/** 瑙掕壊Id */
id?: string;
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -20345,6 +20501,18 @@
dataParamDefaultValue?: string;
/** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */
isNotValueParam?: boolean;
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
+ interface SaveCustomContractTemplateParamterInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍙傛暟Id */
+ id?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
status?: EnumElectronSignContractParameterStatus;
}
@@ -20920,6 +21088,15 @@
/** 鐢ㄦ埛Id */
userId?: string;
disabledSyncUser?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
+ }
+
+ interface SetUserEnterpiseCooperationUrlInput {
+ /** 鐢ㄦ埛Id */
+ userId?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface SetUserEnterpriseBankInfoInput {
@@ -23181,6 +23358,7 @@
monthApplyId?: string;
fileSearchTypeId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ enterpriseId?: string;
}
interface UploadParkApplyCustomerFilesInput {
--
Gitblit v1.9.1