From a04b2d215ec4290e3acf55a0bdab56f1d1fbb551 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 15 五月 2025 14:06:08 +0800
Subject: [PATCH] fix: bug
---
src/services/api/typings.d.ts | 492 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 465 insertions(+), 27 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index aa699ac..bda609d 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -221,10 +221,24 @@
leaderMobile?: string;
/** 鍥尯绫诲瀷 */
parkTypeId?: string;
- /** 娉ㄥ唽鍦板潃 */
- registerAddress: string;
/** 澶囨敞 */
remark?: string;
+ /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+ rewardEnable?: boolean;
+ /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+ rewardTemplateSetting?: boolean;
+ /** 缁存姢鐨勫叕鍙� */
+ companyOrgId?: string;
+ /** 缁存姢鐨勯儴闂� */
+ departmentOrgId?: string;
+ /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
+ /** 鏂囦欢 */
+ industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
}
interface AddIndustryBodyAuditInput {
@@ -886,6 +900,10 @@
isCache?: boolean;
}
+ interface APIaddSearchSettingClickCountParams {
+ id?: string;
+ }
+
interface APIadvertiseOffShelfParams {
/** 璧勮骞垮憡Id */
id?: string;
@@ -940,6 +958,10 @@
interface APIattentOrNotParams {
/** 浜у搧Id */
productId?: string;
+ }
+
+ interface APIbatchQuoteEnterpriseApplyFileParams {
+ parkBountyApplyId?: string;
}
interface APIcalculationWalletBatchImportTempPayFeeParams {
@@ -1097,6 +1119,10 @@
interface APIdeleteOrderParams {
id?: string;
+ }
+
+ interface APIdeleteParkEnterpriseApplyFileParams {
+ parkEnterpriseDetaiFileId?: string;
}
interface APIdeleteParkRewardApplyParams {
@@ -1306,6 +1332,10 @@
moduleId?: string;
}
+ interface APIgetCustomerFileTypeHeadParams {
+ enterpriseId?: string;
+ }
+
interface APIgetCustomerTemplateDetailParams {
id?: string;
}
@@ -1318,12 +1348,24 @@
templateId?: string;
}
+ interface APIgetCustomerUploadFileRecordParams {
+ withMonth?: string;
+ }
+
interface APIgetDefaultConnectionStringParams {
id?: string;
}
interface APIgetElecBillInfoParams {
transactionDetailId?: string;
+ }
+
+ interface APIgetEnterpriseDrawWithDetailParams {
+ drawWithId?: string;
+ }
+
+ interface APIgetEnterpriseLastUploadEnterPactFileNewParams {
+ companyId?: string;
}
interface APIgetEnterpriseLastUploadEnterPactFileParams {
@@ -2693,6 +2735,8 @@
type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90;
+ type BillStatusEnum = 10 | 20 | 30;
+
interface BindUserEmailInput {
/** 閭 */
bindEmailAddress: string;
@@ -2992,6 +3036,14 @@
status?: number;
}
+ interface CheckEnterpriseApplyDrawWithInput {
+ applyDrawWithId?: string;
+ checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎻愮幇鍑瘉 */
+ checkFileUrl?: string;
+ checkRemark?: string;
+ }
+
interface CheckInsureCityIsAllowInput {
insureOnlineType?: number;
marketProductId?: string;
@@ -3046,6 +3098,8 @@
interface CheckUserEnterpriseRechargeInput {
id?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鍏呭�煎嚟璇� */
+ rechargeVoucherFileUrl?: string;
remark?: string;
}
@@ -3918,6 +3972,10 @@
remark?: string;
/** 鎵嬫満鍙� */
phoneNumber?: string;
+ /** 鐢ㄦ埛绔疘d */
+ clientId?: string;
+ /** 鍥尯Ids */
+ industrialParkIds?: string[];
/** 瑙掕壊 */
roleNames?: string[];
/** 瀵嗙爜 */
@@ -5301,6 +5359,15 @@
endTime?: string;
}
+ interface CustomerApplyFileDetailDto {
+ id?: string;
+ fileType?: string;
+ fileSize?: number;
+ fileUrl?: string;
+ fileSearchTypeId?: string;
+ monthApplyId?: string;
+ }
+
interface CustomerManageListOutput {
id?: string;
/** 浼佷笟鍚嶇О */
@@ -5371,6 +5438,27 @@
templateParamExtraData?: string;
}
+ interface CustomerUploadMonthApplyFileInput {
+ withMonth?: string;
+ fileTypes?: CustomerUploadMonthApplyFileType[];
+ }
+
+ interface CustomerUploadMonthApplyFileType {
+ fileSearchTypeId?: string;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
+ interface CustomerUploadMonthApplyFileTypeDto {
+ fileSearchTypeId?: string;
+ id?: string;
+ fileSearchTypeName?: string;
+ fileType?: string;
+ fileSize?: number;
+ fileUrl?: string;
+ sort?: number;
+ creationTime?: string;
+ }
+
interface DataprepareCreateExtInfo {
contextParams?: string;
shortUrl?: string;
@@ -5404,6 +5492,12 @@
}
type DecimalDecimalValueTuple = true;
+
+ interface DeleteMonthApplySingleFileInput {
+ monthApplyId?: string;
+ fileSearchTypeId?: string;
+ detaiFileId?: string;
+ }
interface DistTemplateCreateContractInput {
/** 璁㈠崟绛剧害Id */
@@ -5574,6 +5668,11 @@
freeCount?: number;
}
+ interface EnterpriseApplyDrawWithInput {
+ amount?: number;
+ invoiceUrl?: string;
+ }
+
interface EnterpriseBatchRefundInput {
guid?: string;
listOrderNo?: number[];
@@ -5661,6 +5760,12 @@
}
type EnterpriseMaterialTypeEnum = 10 | 11 | 20;
+
+ type EnterpriseMonthApplyStatusEnum = 10 | 20;
+
+ type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30;
+
+ type EnterprisePrechargeInComeStatusEnum = 10 | 20;
type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
@@ -5889,7 +5994,7 @@
fileId?: string;
}
- type FinanceStatusEnum = 1 | 2;
+ type FinanceStatusEnum = 1 | 2 | 3;
type FinanceTypeEnum = 10 | 20;
@@ -6666,6 +6771,44 @@
operator?: string;
}
+ interface GetCustomerUploadApplyFilesByTypeInput {
+ fileSearchTypeId?: string;
+ monthApplyId?: string;
+ }
+
+ interface GetCustomerUploadApplyFilesByTypeOutput {
+ id?: string;
+ fileType?: string;
+ fileSize?: number;
+ fileUrl?: string;
+ }
+
+ interface GetCustomerUploadApplyFilesInput {
+ id?: string;
+ enterpriseId?: string;
+ withMonth?: string;
+ }
+
+ interface GetCustomerUploadApplyFilesOutput {
+ id?: string;
+ fileSearchTypeId?: string;
+ fileCount?: number;
+ isUpload?: boolean;
+ lastUpdateTime?: string;
+ monthApplyId?: string;
+ withMonth?: string;
+ searchType?: number;
+ enterpriseName?: string;
+ parkName?: string;
+ fileTypeName?: string;
+ sort?: number;
+ listFiles?: CustomerApplyFileDetailDto[];
+ }
+
+ interface GetCustomerUploadFileRecordOutput {
+ id?: string;
+ }
+
interface GetEnterpriseBuntyTradeDto {
id?: string;
payDateTime?: string;
@@ -6707,6 +6850,85 @@
data?: GetEnterpriseCredentialDataResponse;
}
+ interface GetEnterpriseDrawWithDetailOutput {
+ id?: string;
+ enterpriseId?: string;
+ enterpriseName?: string;
+ societyCreditCode?: string;
+ creationTime?: string;
+ accountName?: string;
+ bankNumber?: string;
+ bankName?: string;
+ bankResumeName?: string;
+ amount?: number;
+ remainAmount?: number;
+ invoiceUrl?: string;
+ checkStatus?: EnterpriseRechargeStatusEnum;
+ checkTime?: string;
+ checkUserId?: string;
+ checkRemark?: string;
+ checkFileUrl?: string;
+ }
+
+ interface GetEnterpriseDrawWithListInput {
+ pageModel?: Pagination;
+ keyWord?: string;
+ beginDateTime?: string;
+ endDateTime?: string;
+ checkStatus?: EnterpriseRechargeStatusEnum;
+ }
+
+ interface GetEnterpriseDrawWithListOutput {
+ drawWithId?: string;
+ enterpriseId?: string;
+ enterpriseName?: string;
+ societyCreditCode?: string;
+ creationTime?: string;
+ enterpriseType?: string;
+ parkName?: string;
+ parkType?: string;
+ amount?: number;
+ remainAmount?: number;
+ checkStatus?: EnterpriseRechargeStatusEnum;
+ checkTime?: string;
+ checkRemark?: string;
+ checkFileUrl?: string;
+ }
+
+ interface GetEnterpriseDrawWithListOutputPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetEnterpriseDrawWithListOutput[];
+ }
+
+ interface GetEnterpriseMonthApplyFileOutput {
+ id?: string;
+ enterpriseId?: string;
+ withMonth?: string;
+ creationTime?: string;
+ uploadStatus?: EnterpriseMonthUploadStatusEnum;
+ applyStatus?: EnterpriseMonthApplyStatusEnum;
+ }
+
+ interface GetEnterpriseMonthApplyFileOutputPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetEnterpriseMonthApplyFileOutput[];
+ }
+
+ interface GetEnterpriseParkApplyUploadFileOutput {
+ fileSearchTypeId?: string;
+ fileSearchTypeName?: string;
+ fileCount?: number;
+ sort?: number;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
+ interface GetEnterpriseParkApplyUploadFilesInput {
+ parkBountyApplyId?: string;
+ companyId?: string;
+ }
+
interface GetEnterprisePreChargeCheckListInput {
pageModel?: Pagination;
keyWord?: string;
@@ -6742,11 +6964,31 @@
data?: GetEnterprisePreChargeCheckListOutput[];
}
+ interface GetEnterprisePrechargeListOutput {
+ id?: string;
+ /** 鍏呭�奸噾棰� */
+ prechargeAmount?: number;
+ /** 鍏呭�煎嚟璇� */
+ rechargeVoucherFileUrl?: string;
+ /** 瀹℃牳澶囨敞 */
+ checkRemark?: string;
+ checkStatus?: EnterpriseRechargeStatusEnum;
+ inComeStatus?: EnterprisePrechargeInComeStatusEnum;
+ /** 鎻愪氦鏃ユ湡 */
+ creationTime?: string;
+ }
+
+ interface GetEnterprisePrechargeListOutputPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetEnterprisePrechargeListOutput[];
+ }
+
interface GetEnterpriseRechargeDetail {
id?: string;
- /** 鏀舵璐﹀彿 */
+ /** 鍏呭�艰处鍙� */
incomeBankNum?: string;
- /** 鏀舵浼佷笟鍚嶇О */
+ /** 浼佷笟鍚嶇О */
incomeEnterpriseName?: string;
/** 鍑烘璐﹀彿 */
outBankNum?: string;
@@ -6760,6 +7002,8 @@
outBankResumeName?: string;
/** 鍑鸿处鍥炲崟 */
outReceiptFileUrl?: string;
+ /** 鍏呭�煎嚟璇� */
+ rechargeVoucherFileUrl?: string;
/** 瀹℃牳澶囨敞 */
checkRemark?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
@@ -7994,8 +8238,16 @@
settleTimeBegin?: string;
/** 鍙戞斁缁撴潫鏃ユ湡 */
settleTimeEnd?: string;
+ /** 鎷ㄤ粯璧峰鏃ユ湡 */
+ financeTimeBegin?: string;
+ /** 鎷ㄤ粯缁撴潫鏃ユ湡 */
+ financeTimeEnd?: string;
/** 鍏ヨ处璧峰鏃ユ湡 */
incomeTimeBegin?: string;
+ /** 鎷ㄤ粯鍏ヨ处缁撴潫鏃ユ湡 */
+ financeIncomeTimeEnd?: string;
+ /** 鎷ㄤ粯鍏ヨ处璧峰鏃ユ湡 */
+ financeIncomeTimeBegin?: string;
/** 鍏ヨ处缁撴潫鏃ユ湡 */
incomeTimeEnd?: string;
/** 澶栭儴瀹℃牳璧峰鏃ユ湡 */
@@ -8032,6 +8284,10 @@
settleTime?: string;
incomeStatus?: IncomeStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ /** 璐㈡斂鍏ヨ处鏃堕棿 */
+ financeIncomeTime?: string;
+ billStatus?: BillStatusEnum;
+ financeIncomeStatus?: IncomeStatusEnum;
/** 鍐呴儴瀹℃牳鏃ユ湡 */
inCheckTime?: string;
outCheckStatus?: BountyCheckStatusEnum;
@@ -8048,6 +8304,16 @@
settleSumAmount?: number;
/** 璐㈡斂鍙戞斁閲戦 */
financeSumAmount?: number;
+ /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+ rewardEnable?: boolean;
+ /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+ rewardTemplateSetting?: boolean;
+ /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -8062,6 +8328,7 @@
/** 浼佷笟鍚�/淇$敤浠g爜 */
searchKeyWord?: string;
transferToStatus?: TransferToStatusEnum;
+ financeToStatus?: FinanceStatusEnum;
}
interface GetParkBountyTradeDetailByIdInput {
@@ -8091,6 +8358,7 @@
tradeTime?: string;
/** 濂栧姳閲戜綑棰� */
remianAmount?: number;
+ financeType?: FinanceTypeEnum;
}
interface GetParkBountyTradeDetailOutputPageOutput {
@@ -8142,6 +8410,11 @@
data?: GetParkBountyTradeOutput[];
}
+ interface GetParkCollectFileTypeListInput {
+ parkId?: string;
+ searchType?: number;
+ }
+
interface GetParkCustomerBountyApplyOutput {
id?: string;
/** 鐢宠鎵规鍙� */
@@ -8175,6 +8448,7 @@
/** 鍑瘉 */
payFileUrl?: string;
payFileUrls?: string[];
+ financeType?: FinanceTypeEnum;
}
interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -8183,10 +8457,39 @@
data?: GetParkCustomerBountyConsumptionOutput[];
}
- interface GetParkCustomerBountyGrantOutput {
+ interface GetParkCustomerBountyFinanceOutput {
id?: string;
/** 鐢宠鎵规鍙� */
batchNo?: string;
+ /** 鐢虫姤鏈堜唤 */
+ applyMonth?: string;
+ /** 鐢虫姤鎬婚 */
+ applySumAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯閲戦 */
+ financeToAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */
+ financeToTime?: string;
+ /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */
+ financeTime?: string;
+ financeToStatus?: FinanceStatusEnum;
+ /** 鎷ㄤ粯鍏ヨ处鍑瘉 */
+ financeToFileUrl?: string;
+ inCheckStatus?: BountyCheckStatusEnum;
+ outCheckStatus?: BountyCheckStatusEnum;
+ }
+
+ interface GetParkCustomerBountyFinanceOutputPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetParkCustomerBountyFinanceOutput[];
+ }
+
+ interface GetParkCustomerBountySettleOutput {
+ id?: string;
+ /** 鐢宠鎵规鍙� */
+ batchNo?: string;
+ /** 鐢虫姤鏈堜唤 */
+ applyMonth?: string;
/** 鐢虫姤鎬婚 */
applySumAmount?: number;
/** 骞冲彴鍏呭�煎叆璐︽椂闂� */
@@ -8198,21 +8501,17 @@
transferToFileUrl?: string;
/** 璐㈡斂鎷ㄤ粯閲戦 */
financeToAmount?: number;
- /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */
- financeToTime?: string;
- /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */
- financeTime?: string;
/** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */
settleTime?: string;
financeToStatus?: FinanceStatusEnum;
- /** 鎷ㄤ粯鍏ヨ处鍑瘉 */
- financeToFileUrl?: string;
+ inCheckStatus?: BountyCheckStatusEnum;
+ outCheckStatus?: BountyCheckStatusEnum;
}
- interface GetParkCustomerBountyGrantOutputPageOutput {
+ interface GetParkCustomerBountySettleOutputPageOutput {
pageModel?: Pagination;
objectData?: any;
- data?: GetParkCustomerBountyGrantOutput[];
+ data?: GetParkCustomerBountySettleOutput[];
}
interface GetParkCustomerManageDetailOutput {
@@ -8269,12 +8568,22 @@
applyCount?: number;
/** 鏈�杩戠敵鎶� */
lastApplyTime?: string;
- /** 鍙戞斁娆℃暟 */
- payCount?: number;
/** 鏈�杩戝彂鏀炬椂闂� */
- lastPayTime?: string;
+ lastFinanceTime?: string;
+ /** 璐㈡斂鎷ㄤ粯娆℃暟 */
+ financeCount?: number;
+ /** 璐㈡斂鍏ヨ处娆℃暟 */
+ financeIncomeCount?: number;
+ /** 鍏呭�兼鏁� */
+ settleCount?: number;
+ /** 鍏呭�煎叆璐︽鏁� */
+ settleIncomeCount?: number;
+ /** 鏈�杩戝厖鍊兼棩鏈� */
+ lastSettleTime?: string;
/** 鍙戞斁鎬婚 */
- bountySumAmount?: number;
+ settleSumAmount?: number;
+ /** 鍏呭�兼�婚 */
+ financeSumAmount?: number;
/** 濂栧姳閲戜綑棰� */
bountyAmount?: number;
}
@@ -8385,6 +8694,14 @@
bankName?: string;
bankBranchName?: string;
bankAccountName?: string;
+ incomeCompany?: string;
+ }
+
+ interface GetPlatInvoiceAccountOutput {
+ bankNumber?: string;
+ bankName?: string;
+ enterpriseName?: string;
+ societyCreditCode?: string;
}
interface GetProductAdvertiseByCategoryInput {
@@ -8737,6 +9054,7 @@
searchType: number;
/** 鎵�灞炵被鍒� 10鍥尯 20浜鸿祫浼佷笟 */
belongType?: number;
+ status?: boolean;
}
interface GetUserAccountDto {
@@ -8773,6 +9091,8 @@
bountyAmount?: number;
/** 鍏呭�间綑棰� */
rechargeAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯浣欓 */
+ financeAmount?: number;
enterpriseName?: string;
societyCreditCode?: string;
licenseUrl?: string;
@@ -9760,6 +10080,13 @@
type IncomeStatusEnum = 1 | 2;
+ interface IndustrialParkApplyFileFile {
+ /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */
+ applyFileType?: number;
+ /** 鍥尯鏉愭枡 */
+ industrialParkFileTypeSetting?: string[];
+ }
+
interface IndustrialParkDetailOutput {
id?: string;
/** 鍥尯鍚嶇О */
@@ -9771,10 +10098,27 @@
/** 鍥尯绫诲瀷 */
parkTypeId?: string;
status?: IndustrialParkStatusEnum;
+ /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+ rewardEnable?: boolean;
+ /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+ rewardTemplateSetting?: boolean;
+ /** 缁存姢鐨勫叕鍙� */
+ companyOrgId?: string;
+ /** 缁存姢鐨勫叕鍙� */
+ companyOrgName?: string;
+ /** 缁存姢鐨勯儴闂� */
+ departmentOrgId?: string;
+ /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
/** 娉ㄥ唽鍦板潃 */
registerAddress?: string;
/** 澶囨敞 */
remark?: string;
+ industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
}
interface IndustrialParkDropDownOutput {
@@ -9785,6 +10129,19 @@
parkTypeId?: string;
/** 鍥尯绫诲瀷鍚嶇О */
parkTypeName?: string;
+ /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+ rewardEnable?: boolean;
+ /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ }
+
+ interface IndustrialParkFileTypeOutput {
+ /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */
+ applyFileType?: number;
+ /** 鍥尯鏉愭枡 */
+ fileSearchTypeId?: string;
}
interface IndustrialParkListOutput {
@@ -9798,6 +10155,22 @@
/** 鍥尯绫诲瀷 */
parkTypeId?: string;
status?: IndustrialParkStatusEnum;
+ /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+ rewardEnable?: boolean;
+ /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+ rewardTemplateSetting?: boolean;
+ /** 缁存姢鐨勫叕鍙� */
+ companyOrgId?: string;
+ /** 缁存姢鐨勫叕鍙� */
+ companyOrgName?: string;
+ /** 缁存姢鐨勯儴闂� */
+ departmentOrgId?: string;
+ /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
}
interface IndustrialParkListOutputPageOutput {
@@ -14384,6 +14757,14 @@
settleFileUrl?: string;
/** 璐㈡斂鍙戞斁鍑瘉 */
financeFileUrl?: string;
+ /** 鏄惁鏀寔浼佷笟涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface OutcheckParkBountyApplyInput {
@@ -14455,18 +14836,22 @@
settleSumAmount?: number;
/** 璐㈡斂鍙戞斁閲戦 */
financeSumAmount?: number;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface ParkBountyApplyBatchFinanceInput {
parkBountyApplyDetailId?: string[];
/** 鍏呭�奸噾棰� */
financeToAmount?: number;
+ parkBountyApplyId?: string;
}
interface ParkBountyApplyBatchTransferInput {
parkBountyApplyDetailId?: string[];
/** 鍏ヨ处閲戦 */
transferToAmount?: number;
+ parkBountyApplyId?: string;
}
interface ParkBountyApplyDetailInfo {
@@ -14538,6 +14923,7 @@
parkBountyApplyDetailId?: string;
/** 璐㈡斂鎷ㄤ粯 */
bountyAmount?: number;
+ parkBountyApplyId?: string;
}
interface ParkBountyApplySettleInput {
@@ -14611,6 +14997,7 @@
parkBountyApplyDetailId?: string;
/** 鍏ヨ处閲戦 */
transferToAmount?: number;
+ parkBountyApplyId?: string;
}
type ParkCustomersCountTypeEnum = 10 | 50 | 100;
@@ -16815,6 +17202,9 @@
lastPayBeginTime?: string;
/** 鏈�杩戝彂鏀剧粨鏉熸棩鏈� */
lastPayEndTime?: string;
+ /** 鏈�杩戝厖鍊肩粨鏉熸棩鏈� */
+ lastSettleEndTime?: string;
+ lastSettleBeginTime?: string;
}
interface QueryParkOrHRAuditPageInput {
@@ -17883,16 +18273,12 @@
bountyCollectFileUrl?: string;
/** 鐢虫姤鎬婚 */
applySumAmount?: number;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface SaveParkBountyApplyGatherFileInput {
parkBountyApplyId?: string;
- /** 浼佷笟钀ユ敹姹囨�昏〃 */
- enterpriseOperateFileUrl?: string;
- /** 浼佷笟缂寸◣鏄庣粏琛� */
- enterpriseTaxSubFileUrl?: string;
- /** 鍏ラ┗鍏宠仈璇存槑 */
- enterpriseRelateFileUrl?: string;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface SaveWalletPayChannelFeeSettingInput {
@@ -18149,6 +18535,11 @@
auditNote?: string;
}
+ interface SetIndustrialParkRewardEnableInput {
+ id?: string;
+ rewardEnable?: boolean;
+ }
+
interface SetIndustrialParkStatusInput {
id?: string;
opStatus?: IndustrialParkStatusEnum;
@@ -18280,7 +18671,7 @@
type?: number;
}
- type SettleStatusEnum = 1 | 2;
+ type SettleStatusEnum = 1 | 2 | 3 | -1;
interface SetUserCertificationAuditStatusInput {
/** 瀹℃牳Id */
@@ -19467,6 +19858,10 @@
remark?: string;
/** 鎵嬫満鍙� */
phoneNumber?: string;
+ /** 鐢ㄦ埛绔疘d */
+ clientId?: string;
+ /** 鍥尯Ids */
+ industrialParkIds?: string[];
/** 瑙掕壊 */
roleNames?: string[];
/** 瀵嗙爜 */
@@ -19484,10 +19879,24 @@
leaderMobile?: string;
/** 鍥尯绫诲瀷 */
parkTypeId?: string;
- /** 娉ㄥ唽鍦板潃 */
- registerAddress: string;
/** 澶囨敞 */
remark?: string;
+ /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+ rewardEnable?: boolean;
+ /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+ rewardTemplateSetting?: boolean;
+ /** 缁存姢鐨勫叕鍙� */
+ companyOrgId?: string;
+ /** 缁存姢鐨勯儴闂� */
+ departmentOrgId?: string;
+ /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
+ /** 鏂囦欢 */
+ industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
id?: string;
}
@@ -20092,6 +20501,26 @@
insurePolicyId?: string;
/** 鎶曚繚鍗� */
insureBillUrl?: string;
+ }
+
+ interface UploadMonthApplySingleFilesInput {
+ monthApplyId?: string;
+ fileSearchTypeId?: string;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
+ interface UploadParkApplyCustomerFilesInput {
+ parkBountyApplyId?: string;
+ companyId?: string;
+ fileTypes?: UploadParkApplyCustomerFileTypes[];
+ }
+
+ interface UploadParkApplyCustomerFileTypes {
+ fileSearchTypeId?: string;
+ fileSearchTypeName?: string;
+ fileCount?: number;
+ sort?: number;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
}
interface UploadParkBountyApplyCompanyFileInput {
@@ -20738,6 +21167,8 @@
companyOrgId?: string;
/** 缁勭粐鏋舵瀯閮ㄩ棬id */
departmentOrgId?: string;
+ /** 鍥尯Ids */
+ industrialParkIds?: string[];
}
interface UserDtoPageOutput {
@@ -21024,6 +21455,13 @@
/** 鐢靛瓙绛惧嵃绔犲浘鐗囩敓鎴愮姸鎬� 0鏈敓鎴� 1宸茬敓鎴� */
signatureImageStatus?: number;
certificationChannel?: UserCertificationChannelEnum;
+ industrialParkId?: string;
+ industrialParkName?: string;
+ suportEnterpriseUpload?: boolean;
+ suportPlatRecharge?: boolean;
+ rewardEnable?: boolean;
+ suportWithDraw?: boolean;
+ isHasBountyApply?: boolean;
}
interface UserMessageInfo {
--
Gitblit v1.9.1