From 89436385a31b0f31c33bb4688ab7c3b549ecc125 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 10 十二月 2025 17:15:52 +0800
Subject: [PATCH] feat: databoard
---
src/services/api/typings.d.ts | 835 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 831 insertions(+), 4 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 54b580e..979b22a 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -249,9 +249,24 @@
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏂囦欢 */
- industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+ bountTemplates?: AddIndustrialParkInputBountTemplate[];
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
+ /** 鍏徃淇℃伅 */
+ industrialParkCompanyFile?: IndustrialParkCompanyFile[];
+ }
+
+ interface AddIndustrialParkInputBountTemplate {
+ /** 妯℃澘Id */
+ templateId?: string;
+ /** 妯℃澘鍚嶇О */
+ templateName?: string;
+ /** 鏂囦欢 */
+ items?: IndustrialParkApplyFileFile[];
}
interface AddIndustryBodyAuditInput {
@@ -453,9 +468,17 @@
userId?: string;
}
+ interface AddParkBountyApplyByEnterpriseInput {
+ batchNo?: string;
+ enterpriseMonthApplyId?: string;
+ enterpriseId?: string;
+ }
+
interface AddParkBountyApplyStepOneInput {
batchNo?: string;
parkId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
applyMonth?: string;
removeCompanyIds?: string[];
}
@@ -1290,6 +1313,10 @@
parentId?: string;
}
+ interface APIgetAllModuleListParams {
+ menuScene?: EnumMenuScene;
+ }
+
interface APIgetAllSubModuleParams {
moduleId?: string;
}
@@ -1372,8 +1399,18 @@
moduleId?: string;
}
+ interface APIgetCustomContractParamterSelectParams {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
+ }
+
interface APIgetCustomerFileTypeHeadParams {
enterpriseId?: string;
+ templateId?: string;
}
interface APIgetCustomerTemplateDetailParams {
@@ -1386,6 +1423,70 @@
interface APIgetCustomerTemplateParamListByTemplateIdParams {
templateId?: string;
+ }
+
+ interface APIgetDataBoardBountyUseAmountRankParams {
+ /** 鏌ヨ鏁伴噺 */
+ take?: number;
+ }
+
+ interface APIgetDataBoardEnterpriseClientUserRankParams {
+ /** 鏌ヨ鏁伴噺 */
+ take?: number;
+ }
+
+ interface APIgetDataBoardInsurePeopleCountRankParams {
+ /** 鏌ヨ鏁伴噺 */
+ take?: number;
+ }
+
+ interface APIgetDataBoardLastQuarterEnterpriseClientUserCountParams {
+ input?: GetDataBoardLastQuarterEnterpriseClientUserCountInput;
+ }
+
+ interface APIgetDataBoardLastQuarterOutputValueCountParams {
+ /** 涓囧厓鍗曚綅 */
+ wanUnit?: boolean;
+ }
+
+ interface APIgetDataBoardNewBountyApplyCountParams {
+ input?: GetDataBoardNewBountyApplyCountInput;
+ }
+
+ interface APIgetDataBoardNewBountyReleaseAmountCountParams {
+ /** 涓囧厓鍗曚綅 */
+ wanUnit?: boolean;
+ }
+
+ interface APIgetDataBoardNewBountyUseAmountCountParams {
+ /** 涓囧厓鍗曚綅 */
+ wanUnit?: boolean;
+ }
+
+ interface APIgetDataBoardNewCustomerCountParams {
+ input?: GetDataBoardNewCustomerCountInput;
+ }
+
+ interface APIgetDataBoardNewInsurePeopleCountParams {
+ input?: GetDataBoardNewInsurePeopleCountInput;
+ }
+
+ interface APIgetDataBoardOutputValueRankParams {
+ /** 鏌ヨ鏁伴噺 */
+ take?: number;
+ }
+
+ interface APIgetDataBoardOverviewByParkParams {
+ industrialParkId?: string;
+ }
+
+ interface APIgetDataBoardOverviewByParkV2Params {
+ /** 鍥尯Id 涓嶄紶鏌ュ叏閮� */
+ industrialParkId?: string;
+ }
+
+ interface APIgetDataBoardOverviewParams {
+ input?: GetDataBoardOverviewInput;
}
interface APIgetDefaultConnectionStringParams {
@@ -1416,6 +1517,11 @@
interface APIgetEnterpriseRechargeDetailParams {
id?: string;
+ }
+
+ interface APIgetExternalSystemPingAnPayWalletParams {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
}
interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -1750,6 +1856,11 @@
id?: string;
}
+ interface APIgetRewardStatisticsMonthsParams {
+ /** 鎵�灞炲洯鍖篒d */
+ industrialParkId?: string;
+ }
+
interface APIgetRolesIdRolesParams {
id: string;
}
@@ -1842,6 +1953,12 @@
interface APIgetUserOrRoleModuleListParams {
id?: string;
+ objectType?: number;
+ }
+
+ interface APIgetUserOrRoleModuleListParams {
+ id?: string;
+ menuScene?: EnumMenuScene;
objectType?: number;
}
@@ -1962,6 +2079,10 @@
interface APIqueryRechargeParams {
bussSeqNo?: string;
+ }
+
+ interface APIreImportEnterpriseCustomerUsersReImportEnterpriseCustomerUsersIdParams {
+ id: string;
}
interface APIsearchParams {
@@ -2501,6 +2622,12 @@
type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
+ interface BatchCreateCompanyUserV3Input {
+ list?: AddCertifiedUserInput[];
+ /** 鏄惁闇�瑕佽璇� */
+ needCertification?: boolean;
+ }
+
interface BatchInquiriesItem {
/** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
sThirdVoucher?: string;
@@ -2849,6 +2976,14 @@
status?: EnumElectronSignContractParameterStatus;
}
+ interface BatchUpdateCustomContractParamterStatusInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍙傛暟Id */
+ ids?: string[];
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
interface BestSignDownloadImageDataResponse {
/** 鍥剧墖鏂囦欢娴� */
data?: any[];
@@ -2925,13 +3060,15 @@
userId?: string;
}
- type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+ type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
interface BuildRewardStatisticsInput {
/** 寮�濮嬬粺璁℃湀浠� */
startMonth?: string;
/** 鎴缁熻鏈堜唤 */
endMonth?: string;
+ /** 浼佷笟Id */
+ enterpriseIds?: string[];
}
type BusinessSettingTypeEnum = 10;
@@ -4081,6 +4218,8 @@
password?: string;
/** 浜т笟鍥尯id */
industrialParkId?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
}
interface CreateBackClientUserInput {
@@ -4101,6 +4240,7 @@
}
interface CreateBaseRoleInput {
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -4169,6 +4309,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 +5192,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 鑷畾涔夊唴瀹� */
+ customContents?: string[];
/** 妯℃澘鍙橀噺 */
values: CreateOrUpdateContractTemplateValueInput[];
}
@@ -5192,6 +5363,7 @@
}
interface CreateOrUpdateRoleInput {
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -5239,6 +5411,8 @@
incomeBankCardNumber?: string;
/** 寮�鎴疯 */
incomeBankName?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
enterpriseId?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
auditType?: EnumParkBountyTradeDetailAuditType;
@@ -5698,6 +5872,9 @@
isSignFreeSet?: boolean;
/** 娉ㄥ唽鏃堕棿 */
registTime?: string;
+ /** 澶囨敞 */
+ remark?: string;
+ industrialParkCompanyList?: IndustrialParkCompanyOutput[];
}
interface CustomerManageListOutputPageOutput {
@@ -5754,6 +5931,11 @@
/** 鐢虫姤閲戦 */
applyAmount?: number;
fileTypes?: CustomerUploadMonthApplyFileType[];
+ enterpriseId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
+ /** 鏄惁鏄繍钀ョ浠d笂浼� */
+ isAdminFileUpload?: boolean;
}
interface CustomerUploadMonthApplyFileType {
@@ -5762,14 +5944,36 @@
}
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 */
+ bountyTemplateId?: string;
+ /** 鏄惁鏄繍钀ョ浠d笂浼� */
+ isAdminFileUpload?: boolean;
+ /** 姹囨�绘潗鏂� */
+ bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 姹囩畻鏉愭枡 */
+ bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
+ parkBountyApplyId?: string;
}
interface DataprepareCreateExtInfo {
@@ -5872,6 +6076,7 @@
interface EditParkBountyApplyStepOneInput {
parkBountyApplyId?: string;
removeCompanyIds?: string[];
+ isResubmit?: boolean;
}
interface EDZ001Input {
@@ -6077,6 +6282,7 @@
interface EnterpriseApplyDrawWithInput {
amount?: number;
invoiceUrl?: string;
+ enterpriseId?: string;
}
interface EnterpriseBatchRefundInput {
@@ -6153,6 +6359,8 @@
remark?: string;
/** 鏂囦欢鏁伴噺 */
fileCount?: number;
+ /** 浼佷笟鐢虫姤鏉愭枡鏁伴噺 */
+ enterpriseMonthApplyFileCount?: number;
lastModificationTime?: string;
lastModifierName?: string;
lastModifierId?: string;
@@ -6295,6 +6503,8 @@
type EnumElectronSignUserType = 10 | 20;
+ type EnumMenuScene = 0 | 1;
+
type EnumPagedListOrder = 0 | 1;
type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
@@ -6306,6 +6516,10 @@
type EnumSmsAccess = 0 | 10 | 20;
type EnumSmsStatus = 0 | 10 | 20 | 30;
+
+ type EnumWalletSignStatus = 1 | 10 | 100 | 999;
+
+ type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50;
interface ExportBountyApplyData {
/** 浼佷笟鍚嶇О */
@@ -6336,6 +6550,8 @@
interface ExportRewardStatisticsInput {
/** 鏈堜唤 */
month?: string;
+ /** 鏈堜唤 */
+ months?: string[];
/** 鎵�灞炲洯鍖篒d */
industrialParkId?: string;
/** 鍏抽敭瀛� */
@@ -7252,6 +7468,17 @@
data?: GetContractParamterListItem[];
}
+ interface GetContractTemplateCustomContentDto {
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ /** 鍊� */
+ value?: string;
+ }
+
interface GetContractTemplateDto {
/** Id */
id?: string;
@@ -7268,6 +7495,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 妯℃澘鍙橀噺 */
+ customContents?: GetContractTemplateCustomContentDto[];
/** 妯℃澘鍙橀噺 */
values?: GetContractTemplateValueDto[];
}
@@ -7350,6 +7579,38 @@
startDate?: string;
/** 鎴鏃ユ湡 */
endDate?: string;
+ }
+
+ interface GetCurrentExternalSystemOutput {
+ /** 鏄惁绛剧害閽卞寘 */
+ isSignWallet?: boolean;
+ }
+
+ 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 +7732,8 @@
outCheckTimeEnd?: string;
outCheckStatus?: BountyCheckStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetCustomersExportInput {
@@ -7548,6 +7811,9 @@
interface GetCustomerUploadApplyFilesInput {
id?: string;
enterpriseId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
+ userId?: string;
withMonth?: string;
parkBountyApplyId?: string;
}
@@ -7571,6 +7837,8 @@
interface GetCustomerUploadApplyFilesResponse {
/** 鎵�灞炴湀浠� */
withMonth?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
/** 浼佷笟鍚嶇О */
enterpriseName?: string;
/** 鐢虫姤閲戦 */
@@ -7581,13 +7849,191 @@
items?: GetCustomerUploadApplyFilesOutput[];
}
+ interface GetCustomerUploadApplyFilesV2Response {
+ /** 鎵�灞炴湀浠� */
+ withMonth?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 鐢虫姤閲戦 */
+ applyAmount?: number;
+ /** 鎵�灞炲洯鍖� */
+ parkName?: string;
+ /** 闄勪欢 */
+ items?: GetCustomerUploadApplyFilesOutput[];
+ /** 姹囨�绘潗鏂� */
+ bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+ /** 姹囩畻鏉愭枡 */
+ bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+ }
+
interface GetCustomerUploadFileRecordInput {
withMonth?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
userId?: string;
+ isApply?: boolean;
}
interface GetCustomerUploadFileRecordOutput {
id?: string;
+ }
+
+ interface GetDataBoardBountyUseAmountRankOutput {
+ items?: GetDataBoardBountyUseAmountRankOutputItem[];
+ }
+
+ interface GetDataBoardBountyUseAmountRankOutputItem {
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 閲戦 */
+ amount?: number;
+ }
+
+ interface GetDataBoardEnterpriseClientUserRankOutput {
+ items?: GetDataBoardEnterpriseClientUserRankOutputItem[];
+ }
+
+ interface GetDataBoardEnterpriseClientUserRankOutputItem {
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 绛剧害浜烘暟 */
+ count?: number;
+ }
+
+ interface GetDataBoardInsurePeopleCountRankOutput {
+ items?: GetDataBoardInsurePeopleCountRankOutputItem[];
+ }
+
+ interface GetDataBoardInsurePeopleCountRankOutputItem {
+ /** 浼佷笟鍚嶇О */
+ 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>;
+
+ interface GetDataBoardNewBountyApplyCountOutput {
+ /** X杞� */
+ x?: string[];
+ /** 褰撴湀鏁版嵁 */
+ currentMonthData?: number[];
+ /** 涓婃湀鏁版嵁 */
+ lastMonthData?: number[];
+ }
+
+ interface GetDataBoardNewBountyReleaseAmountCountOutput {
+ /** X杞� */
+ x?: string[];
+ /** 褰撴湀鏁版嵁 */
+ currentMonthData?: number[];
+ /** 涓婃湀鏁版嵁 */
+ lastMonthData?: number[];
+ }
+
+ interface GetDataBoardNewBountyUseAmountCountOutput {
+ /** X杞� */
+ x?: string[];
+ /** 褰撴湀鏁版嵁 */
+ currentMonthData?: number[];
+ /** 涓婃湀鏁版嵁 */
+ lastMonthData?: number[];
+ }
+
+ type GetDataBoardNewCustomerCountInput = Record<string, any>;
+
+ interface GetDataBoardNewCustomerCountOutput {
+ /** X杞� */
+ x?: string[];
+ /** 褰撴湀鏁版嵁 */
+ currentMonthData?: number[];
+ /** 涓婃湀鏁版嵁 */
+ lastMonthData?: number[];
+ }
+
+ type GetDataBoardNewInsurePeopleCountInput = Record<string, any>;
+
+ interface GetDataBoardNewInsurePeopleCountOutput {
+ /** X杞� */
+ x?: string[];
+ /** 鏁版嵁 */
+ data?: number[];
+ }
+
+ interface GetDataBoardOutputValueRankOutput {
+ items?: GetDataBoardOutputValueRankOutputItem[];
+ }
+
+ interface GetDataBoardOutputValueRankOutputItem {
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 閲戦 */
+ outputValue?: number;
+ }
+
+ interface GetDataBoardOverviewByParkOutput {
+ /** 鎬诲叆椹讳紒涓� */
+ totalCustomerCount?: number;
+ /** 濂栧姳閲戝彂鏀炬�婚 */
+ sumBountyReleaseAmount?: number;
+ /** 濂栧姳閲戜娇鐢ㄦ�婚 */
+ sumBountyUseAmount?: number;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleCount?: number;
+ }
+
+ interface GetDataBoardOverviewByParkV2Output {
+ /** 骞冲彴浼佷笟鎬绘暟 */
+ enterpriseCount?: number;
+ /** 鎬讳氦鏄撴祦姘� */
+ sumOutputValue?: number;
+ /** 鍦ㄧ嚎鐢叉柟鎬绘暟 */
+ enterpriseCustomerCount?: number;
+ /** 鍦ㄧ嚎鍔冲姟浜哄憳鎬绘暟 */
+ enterpriseClientUserCount?: number;
+ /** 骞冲彴娑堣垂鎬婚 */
+ sumBountyUseAmount?: number;
+ /** 淇濋櫓娑堣垂鎬婚 */
+ sumBountyInsuranceUseAmount?: number;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleCount?: number;
+ }
+
+ type GetDataBoardOverviewInput = Record<string, any>;
+
+ interface GetDataBoardOverviewOutput {
+ /** 鎬诲叆椹讳紒涓� */
+ totalCustomerCount?: number;
+ /** 鎬荤敵鎶ユ暟閲� */
+ totalBountyApplyCount?: number;
+ /** 濂栧姳閲戝彂鏀炬�婚 */
+ sumBountyReleaseAmount?: number;
+ /** 濂栧姳閲戜娇鐢ㄦ�婚 */
+ sumBountyUseAmount?: number;
+ /** 褰撴湀鍙戞斁棰� */
+ currentMonthSumBountyReleaseAmount?: number;
+ /** 褰撴湀浣跨敤棰� */
+ currentMonthSumBountyUseAmount?: number;
+ /** 褰撴湀鎶曚繚浜烘暟 */
+ currentMonthInsurePeopleCount?: number;
}
interface GetEnterpriseBuntyTradeDto {
@@ -7631,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;
@@ -7644,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;
@@ -7658,6 +8154,8 @@
endDateTime?: string;
enterpriseId?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetEnterpriseDrawWithListOutput {
@@ -7667,11 +8165,20 @@
societyCreditCode?: string;
creationTime?: string;
enterpriseType?: string;
+ parkId?: string;
parkName?: string;
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;
@@ -7685,6 +8192,8 @@
data?: GetEnterpriseDrawWithListOutput[];
}
+ type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30;
+
interface GetEnterpriseMonthApplyFileOutput {
id?: string;
enterpriseId?: string;
@@ -7694,12 +8203,21 @@
/** 鐢虫姤閲戦 */
applyAmount?: number;
applyStatus?: EnterpriseMonthApplyStatusEnum;
+ inCheckStatus?: BountyCheckStatusEnum;
+ outCheckStatus?: BountyCheckStatusEnum;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鑷富鐢虫姤鐨勭敵鎶d */
+ parkBountyApplyId?: string;
}
interface GetEnterpriseMonthApplyFileOutputPageOutput {
pageModel?: Pagination;
objectData?: any;
data?: GetEnterpriseMonthApplyFileOutput[];
+ }
+
+ interface GetEnterpriseMonthApplyHasUploadFileListInput {
+ enterpriseId?: string;
}
interface GetEnterpriseParkApplyUploadFileOutput {
@@ -7721,6 +8239,8 @@
beginDateTime?: string;
endDateTime?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetEnterprisePreChargeCheckListOutput {
@@ -7744,6 +8264,8 @@
checkStatus?: EnterpriseRechargeStatusEnum;
/** 瀹℃牳浜� */
checkOperator?: string;
+ /** 浜т笟鍥尯id */
+ industrialParkId?: string;
}
interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7803,6 +8325,16 @@
pageModel?: Pagination;
/** 鍏抽敭瀛� */
searchKey?: string;
+ }
+
+ interface GetExternalSystemPingAnPayWalletOutput {
+ /** 鎴峰悕 */
+ name?: string;
+ /** 璐﹀彿 */
+ identity?: string;
+ /** 浣欓 */
+ balance?: number;
+ signStatus?: EnumWalletSignStatus;
}
interface GetFeatureListResultDto {
@@ -8001,6 +8533,21 @@
categoryId?: string;
/** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
queryCondition?: string;
+ }
+
+ interface GetIndustrialPartBountyTemplatesInput {
+ /** 鍥尯Id */
+ id?: string;
+ }
+
+ interface GetIndustrialPartBountyTemplatesOutput {
+ /** 濂栧姳閲戞ā鏉垮悕绉� */
+ bountyTemplates?: GetIndustrialPartBountyTemplatesOutputItem[];
+ }
+
+ interface GetIndustrialPartBountyTemplatesOutputItem {
+ id?: string;
+ templateName?: string;
}
interface GetInformationAdvertiseByCategoryInput {
@@ -9119,6 +9666,13 @@
settleStatus?: SettleStatusEnum;
incomeStatus?: IncomeStatusEnum;
financeStatus?: FinanceStatusEnum;
+ /** 澶栭儴澶嶅鏍歌捣濮嬫棩鏈� */
+ outReCheckTimeBegin?: string;
+ /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
+ outReCheckTimeEnd?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetParkBountyApplyListOutput {
@@ -9176,14 +9730,27 @@
suportWithDraw?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鍐呴儴瀹℃牳浜� */
inCheckAuditOperator?: string;
/** 澶栭儴瀹℃牳浜� */
outCheckAuditOperator?: string;
+ /** 澶栭儴澶嶅鏍镐汉 */
+ outReCheckAuditOperator?: string;
/** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
incomeAndFinanceIncomeOperator?: string;
/** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
settleAndFinanceOperator?: string;
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鏀垮姟绔瀹℃椂闂� */
+ outReCheckTime?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
+ /** 鏄惁闅愯棌 */
+ isHidden?: boolean;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -9217,6 +9784,8 @@
auditTimeBegin?: string;
/** 瀹℃牳缁撴潫鏃ユ湡 */
auditTimeEnd?: string;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
/** 鍥尯Id */
parkId?: string;
enterpriseId?: string;
@@ -9264,6 +9833,13 @@
auditRemark?: string;
/** 瀹℃牳鏃堕棿 */
auditTime?: string;
+ transactionStatus?: EnumWalletTransactionStatus;
+ /** 璁㈠崟鏀粯鏃堕棿 */
+ transactionDate?: string;
+ /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥為敊璇唬鐮� */
+ transactionErrorCode?: string;
+ /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥炲叿浣撶殑鍘熷洜銆� */
+ transactionFailReason?: string;
financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
/** 璐㈠姟瀹℃牳澶囨敞 */
financeAuditRemark?: string;
@@ -9283,6 +9859,8 @@
incomeBankCardNumber?: string;
/** 寮�鎴疯 */
incomeBankName?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
creationTime?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
/** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
@@ -9305,6 +9883,7 @@
selfAuditOperatorId?: string;
/** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
insureBillUrl?: string;
+ auditType?: EnumParkBountyTradeDetailAuditType;
}
interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9329,6 +9908,8 @@
auditTimeBegin?: string;
/** 瀹℃牳缁撴潫鏃ユ湡 */
auditTimeEnd?: string;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetParkBountyTradeOutput {
@@ -9348,8 +9929,12 @@
tradeTime?: string;
/** 濂栧姳閲戜綑棰� */
remianAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯浣欓 */
+ financeAmount?: number;
/** 鐢宠鍥尯 */
parkName?: string;
+ /** 鎵�灞炲洯鍖� */
+ parkId?: string;
/** 鐢宠鍥尯绫诲瀷 */
parkTypeName?: string;
}
@@ -9362,6 +9947,8 @@
interface GetParkCollectFileTypeListInput {
parkId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
searchType?: number;
}
@@ -9526,12 +10113,15 @@
parkTypName?: string;
/** 钀ヤ笟鎵х収 */
licenseUrl?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
/** 閾惰鎬昏鍚嶇О */
bankName?: string;
/** 閾惰鏀鍚嶇О */
bankBranchName?: string;
/** 閾惰鍗″彿 */
bankCardNumber?: string;
+ userCertificationStatus?: UserCertificationStatusEnum;
}
interface GetParkCustomerManageOutput {
@@ -9863,6 +10453,8 @@
pageModel?: Pagination;
/** 鏈堜唤 */
month?: string;
+ /** 鏈堜唤 */
+ months?: string[];
/** 鎵�灞炲洯鍖篒d */
industrialParkId?: string;
/** 鍏抽敭瀛� */
@@ -9873,6 +10465,7 @@
pageModel?: Pagination;
/** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
queryCondition?: string;
+ menuScene?: EnumMenuScene;
}
interface GetSearchSettingList {
@@ -10183,6 +10776,10 @@
signName?: string;
}
+ interface GetSystemInfoOutput {
+ openTwoFactorLogin?: boolean;
+ }
+
interface GetTagsInput {
/** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�3蹇嵎璇勮鏍囩 */
type?: number;
@@ -10285,6 +10882,8 @@
bankBranchName?: string;
bankCardNumber?: string;
bankIsVerify?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface GetUserBaseInfoDataResponse {
@@ -11115,6 +11714,15 @@
timeZoneName?: string;
}
+ interface IdentityModelToken {
+ accessToken?: string;
+ expiresIn?: number;
+ creationTime?: string;
+ refreshToken?: string;
+ /** 鐢ㄦ埛Id */
+ userId?: string;
+ }
+
interface IdentityModelTokenCacheItem {
accessToken?: string;
expiresIn?: number;
@@ -11418,6 +12026,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,13 +12072,28 @@
suportWithDraw?: boolean;
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 娉ㄥ唽鍦板潃 */
registerAddress?: string;
/** 澶囨敞 */
remark?: string;
- industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+ /** 濂栧姳閲戞ā鏉� */
+ bountyTemplates?: IndustrialParkDetailOutputFileTypeTemplate[];
+ industrialParkCompanyList?: IndustrialParkCompanyOutput[];
+ }
+
+ interface IndustrialParkDetailOutputFileTypeTemplate {
+ /** 妯℃澘Id */
+ templateId?: string;
+ /** 妯℃澘鍚嶇О */
+ templateName?: string;
+ /** 鏉愭枡 */
+ items?: IndustrialParkFileTypeOutput[];
}
interface IndustrialParkDropDownOutput {
@@ -11511,6 +12151,10 @@
suportWithDraw?: boolean;
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
}
@@ -15203,6 +15847,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>;
@@ -16023,6 +16686,7 @@
| 30
| 31
| 32
+ | 33
| 40
| 42;
@@ -16362,6 +17026,10 @@
interface OutCheckParkBountyApplyBaseInfo {
/** 鐢宠鎵规鍙� */
batchNo?: string;
+ /** 濂栧姳閲戞ā鏉� */
+ bountyTemplateId?: string;
+ /** 濂栧姳閲戞ā鏉垮悕绉� */
+ bountyTemplateName?: string;
/** 鐢宠鍥尯Id */
parkId?: string;
/** 鐢宠鍥尯 */
@@ -16402,6 +17070,10 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
@@ -16410,6 +17082,11 @@
collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
/** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鏀垮姟绔瀹″娉� */
+ outReCheckRemark?: string;
+ /** 鎾ら攢鍘熷洜 */
+ reasonForWithdrawal?: string;
}
interface OutcheckParkBountyApplyInput {
@@ -16419,6 +17096,16 @@
remark?: string;
/** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
+ interface OutcheckParkBountyApplyRedoedInput {
+ parkBountyApplyId?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
+ }
+
+ interface OutcheckParkBountyApplyResubmitInput {
+ parkBountyApplyId?: string;
}
interface OutReCheckParkBountyApplyInput {
@@ -16492,6 +17179,10 @@
interface ParkBountyApplyBaseInfo {
/** 鐢宠鎵规鍙� */
batchNo?: string;
+ /** 妯℃澘Id */
+ bountyTemplateId?: string;
+ /** 妯℃澘鍚嶇О */
+ bountyTemplateName?: string;
/** 鐢宠鍥尯Id */
parkId?: string;
/** 鐢宠鍥尯 */
@@ -20197,6 +20888,7 @@
interface RoleInfo {
/** 瑙掕壊Id */
id?: string;
+ menuScene?: EnumMenuScene;
/** 鍚嶇О */
name?: string;
/** 鎺掑簭 */
@@ -20335,6 +21027,18 @@
status?: EnumElectronSignContractParameterStatus;
}
+ interface SaveCustomContractTemplateParamterInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍙傛暟Id */
+ id?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
interface SaveCustomerTemplateParamInput {
/** 妯℃澘id */
lgGigWorkerCustomerTemplateId?: string;
@@ -20361,6 +21065,15 @@
templateParamExtraData?: string;
}
+ interface SaveExternalSystemPingAnPayWalletInput {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
+ /** 鎴峰悕 */
+ name: string;
+ /** 璐﹀彿 */
+ identity: string;
+ }
+
interface SaveParkBountyApplyCollectFileInput {
parkBountyApplyId?: string;
/** 濂栧姳閲戝垎閰嶈〃 */
@@ -20374,11 +21087,14 @@
/** 璐㈡斂鎷ㄤ粯鎬婚 */
financeSumAmount?: number;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
}
interface SaveParkBountyApplyGatherFileInput {
parkBountyApplyId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ isResubmit?: boolean;
}
interface SaveSmsSettingCommand {
@@ -20907,6 +21623,15 @@
/** 鐢ㄦ埛Id */
userId?: string;
disabledSyncUser?: boolean;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
+ }
+
+ interface SetUserEnterpiseCooperationUrlInput {
+ /** 鐢ㄦ埛Id */
+ userId?: string;
+ /** 鍚堜綔鍗忚 */
+ cooperationUrl?: string;
}
interface SetUserEnterpriseBankInfoInput {
@@ -21759,6 +22484,9 @@
auditById?: string;
/** 瀹℃牳鏃堕棿 */
auditTime?: string;
+ financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ /** 璐㈠姟瀹℃牳鏃堕棿 */
+ financeAuditTime?: string;
/** 杩涜处鍗曚綅 */
incomeCompanyName?: string;
/** 淇濆崟鍙� */
@@ -21781,6 +22509,8 @@
auditType?: EnumParkBountyTradeDetailAuditType;
/** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
insurancePolicyId?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
}
interface SysOrgDetailOutput {
@@ -22227,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;
@@ -22544,9 +23301,15 @@
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏂囦欢 */
- industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+ bountTemplates?: AddIndustrialParkInputBountTemplate[];
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
+ /** 鍏徃淇℃伅 */
+ industrialParkCompanyFile?: IndustrialParkCompanyFile[];
id?: string;
}
@@ -22813,6 +23576,63 @@
sort: number;
userId?: string;
id?: string;
+ }
+
+ interface UpdateParkBountyApplyByEnterpriseInput {
+ enterpriseMonthApplyId?: string;
+ }
+
+ interface UpdateParkBountyApplyInfoInput {
+ parkBountyApplyId?: string;
+ /** 鐢宠鎵规鍙� */
+ batchNo?: string;
+ /** 鐢宠鍥尯Id */
+ parkId?: string;
+ /** 鐢宠鍥尯 */
+ parkName?: string;
+ /** 鐢宠鍥尯绫诲瀷 */
+ parkTypeName?: string;
+ /** 鐢宠濂栧姳閲戞湀浠� */
+ applyMonth?: string;
+ /** 宸蹭繚瀛樹紒涓氱即绋庢槑缁嗐�佽惀鏀舵眹鎬� */
+ saveGatherFile?: boolean;
+ /** 濂栧姳閲戞眹鎬婚噾棰� */
+ applySumAmount?: number;
+ /** 姹囨�绘槑缁嗚〃 */
+ enterpriseTaxSubFileUrl?: string;
+ /** 浼佷笟钀ユ敹姹囨�昏〃 */
+ enterpriseOperateFileUrl?: string;
+ /** 濂栧姳閲戝垎閰嶈〃 */
+ bountyAssignFileUlr?: string;
+ /** 濂栧姳閲戞眹鎬昏〃 */
+ bountyCollectFileUrl?: string;
+ /** 鍏ラ┗鍏宠仈璇存槑 */
+ enterpriseRelateFileUrl?: string;
+ /** 澶栭儴瀹℃牳鍘熷洜 */
+ outCheckRemark?: string;
+ /** 鍐呴儴瀹℃牳鍘熷洜 */
+ inCheckRemark?: string;
+ inCheckStatus?: BountyCheckStatusEnum;
+ /** 璐㈡斂鎷ㄤ粯鎬婚 */
+ financeSumAmount?: number;
+ /** 骞冲彴鍏呭�兼�婚 */
+ settleSumAmount?: number;
+ /** 鍙戞斁鍑瘉 */
+ settleFileUrl?: string;
+ /** 璐㈡斂鍙戞斁鍑瘉 */
+ financeFileUrl?: string;
+ /** 鏄惁鏀寔浼佷笟涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+ suportFinance?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+ extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface UpdateParkBountyApplyTradeInsuranceBillFile {
@@ -23168,6 +23988,9 @@
monthApplyId?: string;
fileSearchTypeId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ enterpriseId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
}
interface UploadParkApplyCustomerFilesInput {
@@ -25305,6 +26128,8 @@
iv: string;
/** 鑾峰彇浼氳瘽瀵嗛挜 */
sessionKey: string;
+ /** 閴存潈 */
+ sign?: string;
/** 灏忕▼搴廜penId */
openId: string;
wxMiniApp?: WxMiniAppEnum;
@@ -25317,6 +26142,8 @@
iv: string;
/** 鑾峰彇浼氳瘽瀵嗛挜 */
sessionKey: string;
+ /** 閴存潈 */
+ sign?: string;
/** 灏忕▼搴廜penId */
openId: string;
wxMiniApp?: WxMiniAppEnum;
--
Gitblit v1.9.1