From 42c8c76b00027995e01cbe692198831fbe019f38 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 17:11:49 +0800
Subject: [PATCH] fix: 数据看板
---
src/services/api/typings.d.ts | 338 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 335 insertions(+), 3 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 2bee1ca..e6dfa4b 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -249,7 +249,7 @@
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏂囦欢 */
- industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+ bountTemplates?: AddIndustrialParkInputBountTemplate[];
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
/** 鏃犻渶杩愯惀绔鏍� */
@@ -258,6 +258,15 @@
dualReviewOfGovernmentAffairs?: boolean;
/** 鍏徃淇℃伅 */
industrialParkCompanyFile?: IndustrialParkCompanyFile[];
+ }
+
+ interface AddIndustrialParkInputBountTemplate {
+ /** 妯℃澘Id */
+ templateId?: string;
+ /** 妯℃澘鍚嶇О */
+ templateName?: string;
+ /** 鏂囦欢 */
+ items?: IndustrialParkApplyFileFile[];
}
interface AddIndustryBodyAuditInput {
@@ -467,6 +476,8 @@
interface AddParkBountyApplyStepOneInput {
batchNo?: string;
parkId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
applyMonth?: string;
removeCompanyIds?: string[];
}
@@ -1398,6 +1409,7 @@
interface APIgetCustomerFileTypeHeadParams {
enterpriseId?: string;
+ templateId?: string;
}
interface APIgetCustomerTemplateDetailParams {
@@ -1410,6 +1422,44 @@
interface APIgetCustomerTemplateParamListByTemplateIdParams {
templateId?: string;
+ }
+
+ interface APIgetDataBoardBountyUseAmountRankParams {
+ /** 鏌ヨ鏁伴噺 */
+ take?: number;
+ }
+
+ interface APIgetDataBoardInsurePeopleCountRankParams {
+ /** 鏌ヨ鏁伴噺 */
+ take?: number;
+ }
+
+ interface APIgetDataBoardNewBountyApplyCountParams {
+ input?: GetDataBoardNewBountyApplyCountInput;
+ }
+
+ interface APIgetDataBoardNewBountyReleaseAmountCountParams {
+ input?: GetDataBoardNewBountyReleaseAmountCountInput;
+ }
+
+ interface APIgetDataBoardNewBountyUseAmountCountParams {
+ input?: GetDataBoardNewBountyUseAmountCountInput;
+ }
+
+ interface APIgetDataBoardNewCustomerCountParams {
+ input?: GetDataBoardNewCustomerCountInput;
+ }
+
+ interface APIgetDataBoardNewInsurePeopleCountParams {
+ input?: GetDataBoardNewInsurePeopleCountInput;
+ }
+
+ interface APIgetDataBoardOverviewByParkParams {
+ industrialParkId?: string;
+ }
+
+ interface APIgetDataBoardOverviewParams {
+ input?: GetDataBoardOverviewInput;
}
interface APIgetDefaultConnectionStringParams {
@@ -1440,6 +1490,11 @@
interface APIgetEnterpriseRechargeDetailParams {
id?: string;
+ }
+
+ interface APIgetExternalSystemPingAnPayWalletParams {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
}
interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -2536,6 +2591,12 @@
type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
+ interface BatchCreateCompanyUserV3Input {
+ list?: AddCertifiedUserInput[];
+ /** 鏄惁闇�瑕佽璇� */
+ needCertification?: boolean;
+ }
+
interface BatchInquiriesItem {
/** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
sThirdVoucher?: string;
@@ -2975,6 +3036,8 @@
startMonth?: string;
/** 鎴缁熻鏈堜唤 */
endMonth?: string;
+ /** 浼佷笟Id */
+ enterpriseIds?: string[];
}
type BusinessSettingTypeEnum = 10;
@@ -5838,6 +5901,8 @@
applyAmount?: number;
fileTypes?: CustomerUploadMonthApplyFileType[];
enterpriseId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
/** 鏄惁鏄繍钀ョ浠d笂浼� */
isAdminFileUpload?: boolean;
}
@@ -5867,12 +5932,17 @@
applyAmount?: number;
fileTypes?: CustomerUploadMonthApplyFileType[];
enterpriseId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
/** 鏄惁鏄繍钀ョ浠d笂浼� */
isAdminFileUpload?: boolean;
/** 姹囨�绘潗鏂� */
bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
/** 姹囩畻鏉愭枡 */
bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
+ parkBountyApplyId?: string;
}
interface DataprepareCreateExtInfo {
@@ -5975,6 +6045,7 @@
interface EditParkBountyApplyStepOneInput {
parkBountyApplyId?: string;
removeCompanyIds?: string[];
+ isResubmit?: boolean;
}
interface EDZ001Input {
@@ -6414,6 +6485,8 @@
type EnumSmsAccess = 0 | 10 | 20;
type EnumSmsStatus = 0 | 10 | 20 | 30;
+
+ type EnumWalletSignStatus = 1 | 10 | 100 | 999;
interface ExportBountyApplyData {
/** 浼佷笟鍚嶇О */
@@ -7473,6 +7546,11 @@
endDate?: string;
}
+ interface GetCurrentExternalSystemOutput {
+ /** 鏄惁绛剧害閽卞寘 */
+ isSignWallet?: boolean;
+ }
+
interface GetCustomContractParamterListInput {
pageModel?: Pagination;
/** 瀹㈡埛Id */
@@ -7698,6 +7776,8 @@
interface GetCustomerUploadApplyFilesInput {
id?: string;
enterpriseId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
userId?: string;
withMonth?: string;
parkBountyApplyId?: string;
@@ -7722,6 +7802,8 @@
interface GetCustomerUploadApplyFilesResponse {
/** 鎵�灞炴湀浠� */
withMonth?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
/** 浼佷笟鍚嶇О */
enterpriseName?: string;
/** 鐢虫姤閲戦 */
@@ -7735,6 +7817,8 @@
interface GetCustomerUploadApplyFilesV2Response {
/** 鎵�灞炴湀浠� */
withMonth?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
/** 浼佷笟鍚嶇О */
enterpriseName?: string;
/** 鐢虫姤閲戦 */
@@ -7751,11 +7835,119 @@
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 GetDataBoardInsurePeopleCountRankOutput {
+ items?: GetDataBoardInsurePeopleCountRankOutputItem[];
+ }
+
+ interface GetDataBoardInsurePeopleCountRankOutputItem {
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 浜烘暟 */
+ count?: number;
+ }
+
+ type GetDataBoardNewBountyApplyCountInput = Record<string, any>;
+
+ interface GetDataBoardNewBountyApplyCountOutput {
+ /** X杞� */
+ x?: string[];
+ /** 褰撴湀鏁版嵁 */
+ currentMonthData?: number[];
+ /** 涓婃湀鏁版嵁 */
+ lastMonthData?: number[];
+ }
+
+ type GetDataBoardNewBountyReleaseAmountCountInput = Record<string, any>;
+
+ interface GetDataBoardNewBountyReleaseAmountCountOutput {
+ /** X杞� */
+ x?: string[];
+ /** 褰撴湀鏁版嵁 */
+ currentMonthData?: number[];
+ /** 涓婃湀鏁版嵁 */
+ lastMonthData?: number[];
+ }
+
+ type GetDataBoardNewBountyUseAmountCountInput = Record<string, any>;
+
+ 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 GetDataBoardOverviewByParkOutput {
+ /** 鎬诲叆椹讳紒涓� */
+ totalCustomerCount?: number;
+ /** 濂栧姳閲戝彂鏀炬�婚 */
+ sumBountyReleaseAmount?: number;
+ /** 濂栧姳閲戜娇鐢ㄦ�婚 */
+ sumBountyUseAmount?: 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 {
@@ -7866,6 +8058,8 @@
applyAmount?: number;
applyStatus?: EnterpriseMonthApplyStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ outCheckStatus?: BountyCheckStatusEnum;
+ outReCheckStatus?: BountyCheckStatusEnum;
/** 鑷富鐢虫姤鐨勭敵鎶d */
parkBountyApplyId?: string;
}
@@ -7981,6 +8175,16 @@
pageModel?: Pagination;
/** 鍏抽敭瀛� */
searchKey?: string;
+ }
+
+ interface GetExternalSystemPingAnPayWalletOutput {
+ /** 鎴峰悕 */
+ name?: string;
+ /** 璐﹀彿 */
+ identity?: string;
+ /** 浣欓 */
+ balance?: number;
+ signStatus?: EnumWalletSignStatus;
}
interface GetFeatureListResultDto {
@@ -8179,6 +8383,21 @@
categoryId?: string;
/** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
queryCondition?: string;
+ }
+
+ interface GetIndustrialPartBountyTemplatesInput {
+ /** 鍥尯Id */
+ id?: string;
+ }
+
+ interface GetIndustrialPartBountyTemplatesOutput {
+ /** 濂栧姳閲戞ā鏉垮悕绉� */
+ bountyTemplates?: GetIndustrialPartBountyTemplatesOutputItem[];
+ }
+
+ interface GetIndustrialPartBountyTemplatesOutputItem {
+ id?: string;
+ templateName?: string;
}
interface GetInformationAdvertiseByCategoryInput {
@@ -9361,6 +9580,10 @@
suportWithDraw?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鍐呴儴瀹℃牳浜� */
inCheckAuditOperator?: string;
/** 澶栭儴瀹℃牳浜� */
@@ -9547,6 +9770,8 @@
tradeTime?: string;
/** 濂栧姳閲戜綑棰� */
remianAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯浣欓 */
+ financeAmount?: number;
/** 鐢宠鍥尯 */
parkName?: string;
/** 鎵�灞炲洯鍖� */
@@ -9563,6 +9788,8 @@
interface GetParkCollectFileTypeListInput {
parkId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
searchType?: number;
}
@@ -11683,8 +11910,18 @@
registerAddress?: string;
/** 澶囨敞 */
remark?: string;
- industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+ /** 濂栧姳閲戞ā鏉� */
+ bountyTemplates?: IndustrialParkDetailOutputFileTypeTemplate[];
industrialParkCompanyList?: IndustrialParkCompanyOutput[];
+ }
+
+ interface IndustrialParkDetailOutputFileTypeTemplate {
+ /** 妯℃澘Id */
+ templateId?: string;
+ /** 妯℃澘鍚嶇О */
+ templateName?: string;
+ /** 鏉愭枡 */
+ items?: IndustrialParkFileTypeOutput[];
}
interface IndustrialParkDropDownOutput {
@@ -16277,6 +16514,7 @@
| 30
| 31
| 32
+ | 33
| 40
| 42;
@@ -16616,6 +16854,10 @@
interface OutCheckParkBountyApplyBaseInfo {
/** 鐢宠鎵规鍙� */
batchNo?: string;
+ /** 濂栧姳閲戞ā鏉� */
+ bountyTemplateId?: string;
+ /** 濂栧姳閲戞ā鏉垮悕绉� */
+ bountyTemplateName?: string;
/** 鐢宠鍥尯Id */
parkId?: string;
/** 鐢宠鍥尯 */
@@ -16656,6 +16898,10 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
@@ -16667,6 +16913,8 @@
outReCheckStatus?: BountyCheckStatusEnum;
/** 鏀垮姟绔瀹″娉� */
outReCheckRemark?: string;
+ /** 鎾ら攢鍘熷洜 */
+ reasonForWithdrawal?: string;
}
interface OutcheckParkBountyApplyInput {
@@ -16682,6 +16930,10 @@
parkBountyApplyId?: string;
/** 鎾ゅ洖鍘熷洜 */
reasonForWithdrawal?: string;
+ }
+
+ interface OutcheckParkBountyApplyResubmitInput {
+ parkBountyApplyId?: string;
}
interface OutReCheckParkBountyApplyInput {
@@ -16755,6 +17007,10 @@
interface ParkBountyApplyBaseInfo {
/** 鐢宠鎵规鍙� */
batchNo?: string;
+ /** 妯℃澘Id */
+ bountyTemplateId?: string;
+ /** 妯℃澘鍚嶇О */
+ bountyTemplateName?: string;
/** 鐢宠鍥尯Id */
parkId?: string;
/** 鐢宠鍥尯 */
@@ -20637,6 +20893,15 @@
templateParamExtraData?: string;
}
+ interface SaveExternalSystemPingAnPayWalletInput {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
+ /** 鎴峰悕 */
+ name: string;
+ /** 璐﹀彿 */
+ identity: string;
+ }
+
interface SaveParkBountyApplyCollectFileInput {
parkBountyApplyId?: string;
/** 濂栧姳閲戝垎閰嶈〃 */
@@ -20650,11 +20915,14 @@
/** 璐㈡斂鎷ㄤ粯鎬婚 */
financeSumAmount?: number;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
}
interface SaveParkBountyApplyGatherFileInput {
parkBountyApplyId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ isResubmit?: boolean;
}
interface SaveSmsSettingCommand {
@@ -22044,6 +22312,9 @@
auditById?: string;
/** 瀹℃牳鏃堕棿 */
auditTime?: string;
+ financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ /** 璐㈠姟瀹℃牳鏃堕棿 */
+ financeAuditTime?: string;
/** 杩涜处鍗曚綅 */
incomeCompanyName?: string;
/** 淇濆崟鍙� */
@@ -22066,6 +22337,8 @@
auditType?: EnumParkBountyTradeDetailAuditType;
/** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
insurancePolicyId?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
}
interface SysOrgDetailOutput {
@@ -22829,7 +23102,7 @@
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏂囦欢 */
- industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+ bountTemplates?: AddIndustrialParkInputBountTemplate[];
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
/** 鏃犻渶杩愯惀绔鏍� */
@@ -23104,6 +23377,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 {
@@ -23460,6 +23790,8 @@
fileSearchTypeId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
enterpriseId?: string;
+ /** 濂栧姳閲戞ā鏉縄d */
+ bountyTemplateId?: string;
}
interface UploadParkApplyCustomerFilesInput {
--
Gitblit v1.9.1