From 065acdf5fd02cab9ef1f7be460a5b0776d996532 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 17 十一月 2025 17:49:23 +0800
Subject: [PATCH] fix: s
---
src/services/api/typings.d.ts | 286 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 285 insertions(+), 1 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 54b580e..a324258 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -252,6 +252,12 @@
industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
+ /** 鍏徃淇℃伅 */
+ industrialParkCompanyFile?: IndustrialParkCompanyFile[];
}
interface AddIndustryBodyAuditInput {
@@ -451,6 +457,11 @@
/** 鍏憡鎺掑簭 */
sort: number;
userId?: string;
+ }
+
+ interface AddParkBountyApplyByEnterpriseInput {
+ batchNo?: string;
+ enterpriseMonthApplyId?: string;
}
interface AddParkBountyApplyStepOneInput {
@@ -1290,6 +1301,10 @@
parentId?: string;
}
+ interface APIgetAllModuleListParams {
+ menuScene?: EnumMenuScene;
+ }
+
interface APIgetAllSubModuleParams {
moduleId?: string;
}
@@ -1370,6 +1385,15 @@
interface APIgetCurrentSubModuleListParams {
moduleId?: string;
+ }
+
+ interface APIgetCustomContractParamterSelectParams {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
}
interface APIgetCustomerFileTypeHeadParams {
@@ -1750,6 +1774,11 @@
id?: string;
}
+ interface APIgetRewardStatisticsMonthsParams {
+ /** 鎵�灞炲洯鍖篒d */
+ industrialParkId?: string;
+ }
+
interface APIgetRolesIdRolesParams {
id: string;
}
@@ -1842,6 +1871,12 @@
interface APIgetUserOrRoleModuleListParams {
id?: string;
+ objectType?: number;
+ }
+
+ interface APIgetUserOrRoleModuleListParams {
+ id?: string;
+ menuScene?: EnumMenuScene;
objectType?: number;
}
@@ -2849,6 +2884,14 @@
status?: EnumElectronSignContractParameterStatus;
}
+ interface BatchUpdateCustomContractParamterStatusInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍙傛暟Id */
+ ids?: string[];
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
interface BestSignDownloadImageDataResponse {
/** 鍥剧墖鏂囦欢娴� */
data?: any[];
@@ -2925,7 +2968,7 @@
userId?: string;
}
- type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+ type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
interface BuildRewardStatisticsInput {
/** 寮�濮嬬粺璁℃湀浠� */
@@ -4081,6 +4124,8 @@
password?: string;
/** 浜т笟鍥尯id */
industrialParkId?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
}
interface CreateBackClientUserInput {
@@ -4101,6 +4146,7 @@
}
interface CreateBaseRoleInput {
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -4169,6 +4215,35 @@
/** 璺熻繘澶囨敞 */
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;
}
interface CreateGoverUserInput {
@@ -5023,6 +5098,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 鑷畾涔夊唴瀹� */
+ customContents?: string[];
/** 妯℃澘鍙橀噺 */
values: CreateOrUpdateContractTemplateValueInput[];
}
@@ -5192,6 +5269,7 @@
}
interface CreateOrUpdateRoleInput {
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -5239,6 +5317,8 @@
incomeBankCardNumber?: string;
/** 寮�鎴疯 */
incomeBankName?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
enterpriseId?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
auditType?: EnumParkBountyTradeDetailAuditType;
@@ -5698,6 +5778,9 @@
isSignFreeSet?: boolean;
/** 娉ㄥ唽鏃堕棿 */
registTime?: string;
+ /** 澶囨敞 */
+ remark?: string;
+ industrialParkCompanyList?: IndustrialParkCompanyOutput[];
}
interface CustomerManageListOutputPageOutput {
@@ -5754,6 +5837,9 @@
/** 鐢虫姤閲戦 */
applyAmount?: number;
fileTypes?: CustomerUploadMonthApplyFileType[];
+ enterpriseId?: string;
+ /** 鏄惁鏄繍钀ョ浠d笂浼� */
+ isAdminFileUpload?: boolean;
}
interface CustomerUploadMonthApplyFileType {
@@ -5762,14 +5848,31 @@
}
interface CustomerUploadMonthApplyFileTypeDto {
+ parkBountyApplyId?: string;
fileSearchTypeId?: string;
id?: string;
+ enterpriseId?: string;
fileSearchTypeName?: string;
fileType?: string;
fileSize?: number;
fileUrl?: string;
sort?: number;
creationTime?: string;
+ searchType?: number;
+ }
+
+ interface CustomerUploadMonthApplyFileV2Input {
+ withMonth?: string;
+ /** 鐢虫姤閲戦 */
+ applyAmount?: number;
+ fileTypes?: CustomerUploadMonthApplyFileType[];
+ enterpriseId?: string;
+ /** 鏄惁鏄繍钀ョ浠d笂浼� */
+ isAdminFileUpload?: boolean;
+ /** 姹囨�绘潗鏂� */
+ bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 姹囩畻鏉愭枡 */
+ bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
}
interface DataprepareCreateExtInfo {
@@ -6077,6 +6180,7 @@
interface EnterpriseApplyDrawWithInput {
amount?: number;
invoiceUrl?: string;
+ enterpriseId?: string;
}
interface EnterpriseBatchRefundInput {
@@ -6153,6 +6257,8 @@
remark?: string;
/** 鏂囦欢鏁伴噺 */
fileCount?: number;
+ /** 浼佷笟鐢虫姤鏉愭枡鏁伴噺 */
+ enterpriseMonthApplyFileCount?: number;
lastModificationTime?: string;
lastModifierName?: string;
lastModifierId?: string;
@@ -6294,6 +6400,8 @@
type EnumElectronSignRealStatus = 0 | 10 | 99 | 100;
type EnumElectronSignUserType = 10 | 20;
+
+ type EnumMenuScene = 0 | 1;
type EnumPagedListOrder = 0 | 1;
@@ -7252,6 +7360,17 @@
data?: GetContractParamterListItem[];
}
+ interface GetContractTemplateCustomContentDto {
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ /** 鍊� */
+ value?: string;
+ }
+
interface GetContractTemplateDto {
/** Id */
id?: string;
@@ -7268,6 +7387,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 妯℃澘鍙橀噺 */
+ customContents?: GetContractTemplateCustomContentDto[];
/** 妯℃澘鍙橀噺 */
values?: GetContractTemplateValueDto[];
}
@@ -7350,6 +7471,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 {
@@ -7471,6 +7619,8 @@
outCheckTimeEnd?: string;
outCheckStatus?: BountyCheckStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetCustomersExportInput {
@@ -7548,6 +7698,7 @@
interface GetCustomerUploadApplyFilesInput {
id?: string;
enterpriseId?: string;
+ userId?: string;
withMonth?: string;
parkBountyApplyId?: string;
}
@@ -7579,6 +7730,23 @@
parkName?: string;
/** 闄勪欢 */
items?: GetCustomerUploadApplyFilesOutput[];
+ }
+
+ interface GetCustomerUploadApplyFilesV2Response {
+ /** 鎵�灞炴湀浠� */
+ withMonth?: string;
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 鐢虫姤閲戦 */
+ applyAmount?: number;
+ /** 鎵�灞炲洯鍖� */
+ parkName?: string;
+ /** 闄勪欢 */
+ items?: GetCustomerUploadApplyFilesOutput[];
+ /** 姹囨�绘潗鏂� */
+ bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+ /** 姹囩畻鏉愭枡 */
+ bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[];
}
interface GetCustomerUploadFileRecordInput {
@@ -7658,6 +7826,8 @@
endDateTime?: string;
enterpriseId?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetEnterpriseDrawWithListOutput {
@@ -7667,6 +7837,7 @@
societyCreditCode?: string;
creationTime?: string;
enterpriseType?: string;
+ parkId?: string;
parkName?: string;
parkType?: string;
amount?: number;
@@ -7694,6 +7865,9 @@
/** 鐢虫姤閲戦 */
applyAmount?: number;
applyStatus?: EnterpriseMonthApplyStatusEnum;
+ inCheckStatus?: BountyCheckStatusEnum;
+ /** 鑷富鐢虫姤鐨勭敵鎶d */
+ parkBountyApplyId?: string;
}
interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -7721,6 +7895,8 @@
beginDateTime?: string;
endDateTime?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetEnterprisePreChargeCheckListOutput {
@@ -7744,6 +7920,8 @@
checkStatus?: EnterpriseRechargeStatusEnum;
/** 瀹℃牳浜� */
checkOperator?: string;
+ /** 浜т笟鍥尯id */
+ industrialParkId?: string;
}
interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -9119,6 +9297,13 @@
settleStatus?: SettleStatusEnum;
incomeStatus?: IncomeStatusEnum;
financeStatus?: FinanceStatusEnum;
+ /** 澶栭儴澶嶅鏍歌捣濮嬫棩鏈� */
+ outReCheckTimeBegin?: string;
+ /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
+ outReCheckTimeEnd?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetParkBountyApplyListOutput {
@@ -9180,10 +9365,15 @@
inCheckAuditOperator?: string;
/** 澶栭儴瀹℃牳浜� */
outCheckAuditOperator?: string;
+ /** 澶栭儴澶嶅鏍镐汉 */
+ outReCheckAuditOperator?: string;
/** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
incomeAndFinanceIncomeOperator?: string;
/** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
settleAndFinanceOperator?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鏀垮姟绔瀹℃椂闂� */
+ outReCheckTime?: string;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -9217,6 +9407,8 @@
auditTimeBegin?: string;
/** 瀹℃牳缁撴潫鏃ユ湡 */
auditTimeEnd?: string;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
/** 鍥尯Id */
parkId?: string;
enterpriseId?: string;
@@ -9283,6 +9475,8 @@
incomeBankCardNumber?: string;
/** 寮�鎴疯 */
incomeBankName?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
creationTime?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
/** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
@@ -9305,6 +9499,7 @@
selfAuditOperatorId?: string;
/** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
insureBillUrl?: string;
+ auditType?: EnumParkBountyTradeDetailAuditType;
}
interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9329,6 +9524,8 @@
auditTimeBegin?: string;
/** 瀹℃牳缁撴潫鏃ユ湡 */
auditTimeEnd?: string;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetParkBountyTradeOutput {
@@ -9350,6 +9547,8 @@
remianAmount?: number;
/** 鐢宠鍥尯 */
parkName?: string;
+ /** 鎵�灞炲洯鍖� */
+ parkId?: string;
/** 鐢宠鍥尯绫诲瀷 */
parkTypeName?: string;
}
@@ -9526,12 +9725,15 @@
parkTypName?: string;
/** 钀ヤ笟鎵х収 */
licenseUrl?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
/** 閾惰鎬昏鍚嶇О */
bankName?: string;
/** 閾惰鏀鍚嶇О */
bankBranchName?: string;
/** 閾惰鍗″彿 */
bankCardNumber?: string;
+ userCertificationStatus?: UserCertificationStatusEnum;
}
interface GetParkCustomerManageOutput {
@@ -9863,6 +10065,8 @@
pageModel?: Pagination;
/** 鏈堜唤 */
month?: string;
+ /** 鏈堜唤 */
+ months?: string[];
/** 鎵�灞炲洯鍖篒d */
industrialParkId?: string;
/** 鍏抽敭瀛� */
@@ -9873,6 +10077,7 @@
pageModel?: Pagination;
/** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
queryCondition?: string;
+ menuScene?: EnumMenuScene;
}
interface GetSearchSettingList {
@@ -10285,6 +10490,8 @@
bankBranchName?: string;
bankCardNumber?: string;
bankIsVerify?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface GetUserBaseInfoDataResponse {
@@ -11418,6 +11625,23 @@
industrialParkFileTypeSetting?: string[];
}
+ interface IndustrialParkCompanyFile {
+ /** 鍏徃ID */
+ companyOrgId?: string;
+ /** 閮ㄩ棬ID */
+ departmentOrgId?: string;
+ }
+
+ interface IndustrialParkCompanyOutput {
+ id?: string;
+ /** 宸ヤ笟鍥尯ID */
+ industrialParkId?: string;
+ /** 鍏徃ID */
+ companyOrgId?: string;
+ /** 閮ㄩ棬ID */
+ departmentOrgId?: string;
+ }
+
interface IndustrialParkDetailOutput {
id?: string;
/** 鍥尯鍚嶇О */
@@ -11447,6 +11671,10 @@
suportWithDraw?: boolean;
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 娉ㄥ唽鍦板潃 */
@@ -11454,6 +11682,7 @@
/** 澶囨敞 */
remark?: string;
industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+ industrialParkCompanyList?: IndustrialParkCompanyOutput[];
}
interface IndustrialParkDropDownOutput {
@@ -11511,6 +11740,10 @@
suportWithDraw?: boolean;
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
}
@@ -15203,6 +15436,25 @@
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;
+ parentModuleName?: string;
+ }
+
interface ModuleExtensionDto {
entities?: Record<string, any>;
configuration?: Record<string, any>;
@@ -16410,6 +16662,9 @@
collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
/** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鏀垮姟绔瀹″娉� */
+ outReCheckRemark?: string;
}
interface OutcheckParkBountyApplyInput {
@@ -20197,6 +20452,7 @@
interface RoleInfo {
/** 瑙掕壊Id */
id?: string;
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -20332,6 +20588,18 @@
dataParamDefaultValue?: string;
/** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */
isNotValueParam?: boolean;
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
+ interface SaveCustomContractTemplateParamterInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍙傛暟Id */
+ id?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
status?: EnumElectronSignContractParameterStatus;
}
@@ -20907,6 +21175,15 @@
/** 鐢ㄦ埛Id */
userId?: string;
disabledSyncUser?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
+ }
+
+ interface SetUserEnterpiseCooperationUrlInput {
+ /** 鐢ㄦ埛Id */
+ userId?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface SetUserEnterpriseBankInfoInput {
@@ -22547,6 +22824,12 @@
industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
+ /** 鍏徃淇℃伅 */
+ industrialParkCompanyFile?: IndustrialParkCompanyFile[];
id?: string;
}
@@ -23168,6 +23451,7 @@
monthApplyId?: string;
fileSearchTypeId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ enterpriseId?: string;
}
interface UploadParkApplyCustomerFilesInput {
--
Gitblit v1.9.1