From 5b0401fea3c339aa45feb0d165f36b1b7a76fdaf Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 20 十一月 2025 16:49:01 +0800
Subject: [PATCH] feat: 页面
---
src/services/api/typings.d.ts | 352 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 352 insertions(+), 0 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index e8377f6..3e48d67 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 {
@@ -1381,6 +1387,15 @@
moduleId?: string;
}
+ interface APIgetCustomContractParamterSelectParams {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
+ }
+
interface APIgetCustomerFileTypeHeadParams {
enterpriseId?: string;
}
@@ -1425,6 +1440,11 @@
interface APIgetEnterpriseRechargeDetailParams {
id?: string;
+ }
+
+ interface APIgetExternalSystemPingAnPayWalletParams {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
}
interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -2521,6 +2541,12 @@
type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
+ interface BatchCreateCompanyUserV3Input {
+ list?: AddCertifiedUserInput[];
+ /** 鏄惁闇�瑕佽璇� */
+ needCertification?: boolean;
+ }
+
interface BatchInquiriesItem {
/** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
sThirdVoucher?: string;
@@ -2869,6 +2895,14 @@
status?: EnumElectronSignContractParameterStatus;
}
+ interface BatchUpdateCustomContractParamterStatusInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍙傛暟Id */
+ ids?: string[];
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
interface BestSignDownloadImageDataResponse {
/** 鍥剧墖鏂囦欢娴� */
data?: any[];
@@ -2952,6 +2986,8 @@
startMonth?: string;
/** 鎴缁熻鏈堜唤 */
endMonth?: string;
+ /** 浼佷笟Id */
+ enterpriseIds?: string[];
}
type BusinessSettingTypeEnum = 10;
@@ -4194,6 +4230,35 @@
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 {
/** 鍚嶇О */
name?: string;
@@ -5046,6 +5111,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 鑷畾涔夊唴瀹� */
+ customContents?: string[];
/** 妯℃澘鍙橀噺 */
values: CreateOrUpdateContractTemplateValueInput[];
}
@@ -5263,6 +5330,8 @@
incomeBankCardNumber?: string;
/** 寮�鎴疯 */
incomeBankName?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
enterpriseId?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
auditType?: EnumParkBountyTradeDetailAuditType;
@@ -5724,6 +5793,7 @@
registTime?: string;
/** 澶囨敞 */
remark?: string;
+ industrialParkCompanyList?: IndustrialParkCompanyOutput[];
}
interface CustomerManageListOutputPageOutput {
@@ -5781,6 +5851,8 @@
applyAmount?: number;
fileTypes?: CustomerUploadMonthApplyFileType[];
enterpriseId?: string;
+ /** 鏄惁鏄繍钀ョ浠d笂浼� */
+ isAdminFileUpload?: boolean;
}
interface CustomerUploadMonthApplyFileType {
@@ -5789,14 +5861,34 @@
}
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[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
+ parkBountyApplyId?: string;
}
interface DataprepareCreateExtInfo {
@@ -5899,6 +5991,7 @@
interface EditParkBountyApplyStepOneInput {
parkBountyApplyId?: string;
removeCompanyIds?: string[];
+ isResubmit?: boolean;
}
interface EDZ001Input {
@@ -6104,6 +6197,7 @@
interface EnterpriseApplyDrawWithInput {
amount?: number;
invoiceUrl?: string;
+ enterpriseId?: string;
}
interface EnterpriseBatchRefundInput {
@@ -6337,6 +6431,8 @@
type EnumSmsAccess = 0 | 10 | 20;
type EnumSmsStatus = 0 | 10 | 20 | 30;
+
+ type EnumWalletSignStatus = 1 | 10 | 100 | 999;
interface ExportBountyApplyData {
/** 浼佷笟鍚嶇О */
@@ -7283,6 +7379,17 @@
data?: GetContractParamterListItem[];
}
+ interface GetContractTemplateCustomContentDto {
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ /** 鍊� */
+ value?: string;
+ }
+
interface GetContractTemplateDto {
/** Id */
id?: string;
@@ -7299,6 +7406,8 @@
isAutoSign?: boolean;
/** 鑷姩绛炬巿鏉冧功 */
autoSignPowerAttorneyUrl?: string;
+ /** 妯℃澘鍙橀噺 */
+ customContents?: GetContractTemplateCustomContentDto[];
/** 妯℃澘鍙橀噺 */
values?: GetContractTemplateValueDto[];
}
@@ -7381,6 +7490,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 {
@@ -7502,6 +7643,8 @@
outCheckTimeEnd?: string;
outCheckStatus?: BountyCheckStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetCustomersExportInput {
@@ -7613,6 +7756,23 @@
items?: GetCustomerUploadApplyFilesOutput[];
}
+ interface GetCustomerUploadApplyFilesV2Response {
+ /** 鎵�灞炴湀浠� */
+ withMonth?: string;
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 鐢虫姤閲戦 */
+ applyAmount?: number;
+ /** 鎵�灞炲洯鍖� */
+ parkName?: string;
+ /** 闄勪欢 */
+ items?: GetCustomerUploadApplyFilesOutput[];
+ /** 姹囨�绘潗鏂� */
+ bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+ /** 姹囩畻鏉愭枡 */
+ bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+ }
+
interface GetCustomerUploadFileRecordInput {
withMonth?: string;
userId?: string;
@@ -7690,6 +7850,8 @@
endDateTime?: string;
enterpriseId?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetEnterpriseDrawWithListOutput {
@@ -7699,6 +7861,7 @@
societyCreditCode?: string;
creationTime?: string;
enterpriseType?: string;
+ parkId?: string;
parkName?: string;
parkType?: string;
amount?: number;
@@ -7727,6 +7890,8 @@
applyAmount?: number;
applyStatus?: EnterpriseMonthApplyStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ outCheckStatus?: BountyCheckStatusEnum;
+ outReCheckStatus?: BountyCheckStatusEnum;
/** 鑷富鐢虫姤鐨勭敵鎶d */
parkBountyApplyId?: string;
}
@@ -7756,6 +7921,8 @@
beginDateTime?: string;
endDateTime?: string;
checkStatus?: EnterpriseRechargeStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetEnterprisePreChargeCheckListOutput {
@@ -7779,6 +7946,8 @@
checkStatus?: EnterpriseRechargeStatusEnum;
/** 瀹℃牳浜� */
checkOperator?: string;
+ /** 浜т笟鍥尯id */
+ industrialParkId?: string;
}
interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7838,6 +8007,16 @@
pageModel?: Pagination;
/** 鍏抽敭瀛� */
searchKey?: string;
+ }
+
+ interface GetExternalSystemPingAnPayWalletOutput {
+ /** 鎴峰悕 */
+ name?: string;
+ /** 璐﹀彿 */
+ identity?: string;
+ /** 浣欓 */
+ balance?: number;
+ signStatus?: EnumWalletSignStatus;
}
interface GetFeatureListResultDto {
@@ -9159,6 +9338,8 @@
/** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
outReCheckTimeEnd?: string;
outReCheckStatus?: BountyCheckStatusEnum;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetParkBountyApplyListOutput {
@@ -9216,6 +9397,10 @@
suportWithDraw?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鍐呴儴瀹℃牳浜� */
inCheckAuditOperator?: string;
/** 澶栭儴瀹℃牳浜� */
@@ -9229,6 +9414,8 @@
outReCheckStatus?: BountyCheckStatusEnum;
/** 鏀垮姟绔瀹℃椂闂� */
outReCheckTime?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -9262,6 +9449,8 @@
auditTimeBegin?: string;
/** 瀹℃牳缁撴潫鏃ユ湡 */
auditTimeEnd?: string;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
/** 鍥尯Id */
parkId?: string;
enterpriseId?: string;
@@ -9328,6 +9517,8 @@
incomeBankCardNumber?: string;
/** 寮�鎴疯 */
incomeBankName?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
creationTime?: string;
selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
/** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
@@ -9375,6 +9566,8 @@
auditTimeBegin?: string;
/** 瀹℃牳缁撴潫鏃ユ湡 */
auditTimeEnd?: string;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkId?: string;
}
interface GetParkBountyTradeOutput {
@@ -9394,8 +9587,12 @@
tradeTime?: string;
/** 濂栧姳閲戜綑棰� */
remianAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯浣欓 */
+ financeAmount?: number;
/** 鐢宠鍥尯 */
parkName?: string;
+ /** 鎵�灞炲洯鍖� */
+ parkId?: string;
/** 鐢宠鍥尯绫诲瀷 */
parkTypeName?: string;
}
@@ -9580,6 +9777,7 @@
bankBranchName?: string;
/** 閾惰鍗″彿 */
bankCardNumber?: string;
+ userCertificationStatus?: UserCertificationStatusEnum;
}
interface GetParkCustomerManageOutput {
@@ -11471,6 +11669,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;
/** 鍥尯鍚嶇О */
@@ -11500,6 +11715,10 @@
suportWithDraw?: boolean;
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 娉ㄥ唽鍦板潃 */
@@ -11507,6 +11726,7 @@
/** 澶囨敞 */
remark?: string;
industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+ industrialParkCompanyList?: IndustrialParkCompanyOutput[];
}
interface IndustrialParkDropDownOutput {
@@ -11564,6 +11784,10 @@
suportWithDraw?: boolean;
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
}
@@ -15256,6 +15480,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>;
@@ -16076,6 +16319,7 @@
| 30
| 31
| 32
+ | 33
| 40
| 42;
@@ -16455,6 +16699,10 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
@@ -16466,6 +16714,8 @@
outReCheckStatus?: BountyCheckStatusEnum;
/** 鏀垮姟绔瀹″娉� */
outReCheckRemark?: string;
+ /** 鎾ら攢鍘熷洜 */
+ reasonForWithdrawal?: string;
}
interface OutcheckParkBountyApplyInput {
@@ -16475,6 +16725,16 @@
remark?: string;
/** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
+ interface OutcheckParkBountyApplyRedoedInput {
+ parkBountyApplyId?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
+ }
+
+ interface OutcheckParkBountyApplyResubmitInput {
+ parkBountyApplyId?: string;
}
interface OutReCheckParkBountyApplyInput {
@@ -20392,6 +20652,18 @@
status?: EnumElectronSignContractParameterStatus;
}
+ interface SaveCustomContractTemplateParamterInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鍙傛暟Id */
+ id?: string;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ status?: EnumElectronSignContractParameterStatus;
+ }
+
interface SaveCustomerTemplateParamInput {
/** 妯℃澘id */
lgGigWorkerCustomerTemplateId?: string;
@@ -20418,6 +20690,15 @@
templateParamExtraData?: string;
}
+ interface SaveExternalSystemPingAnPayWalletInput {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
+ /** 鎴峰悕 */
+ name: string;
+ /** 璐﹀彿 */
+ identity: string;
+ }
+
interface SaveParkBountyApplyCollectFileInput {
parkBountyApplyId?: string;
/** 濂栧姳閲戝垎閰嶈〃 */
@@ -20431,11 +20712,14 @@
/** 璐㈡斂鎷ㄤ粯鎬婚 */
financeSumAmount?: number;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
}
interface SaveParkBountyApplyGatherFileInput {
parkBountyApplyId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ isResubmit?: boolean;
}
interface SaveSmsSettingCommand {
@@ -21825,6 +22109,9 @@
auditById?: string;
/** 瀹℃牳鏃堕棿 */
auditTime?: string;
+ financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ /** 璐㈠姟瀹℃牳鏃堕棿 */
+ financeAuditTime?: string;
/** 杩涜处鍗曚綅 */
incomeCompanyName?: string;
/** 淇濆崟鍙� */
@@ -21847,6 +22134,8 @@
auditType?: EnumParkBountyTradeDetailAuditType;
/** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
insurancePolicyId?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
}
interface SysOrgDetailOutput {
@@ -22613,6 +22902,12 @@
industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
/** 鏃犻渶鏀垮姟绔鏍� */
notNeedGovernmentAudit?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
+ /** 鍏徃淇℃伅 */
+ industrialParkCompanyFile?: IndustrialParkCompanyFile[];
id?: string;
}
@@ -22881,6 +23176,63 @@
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 {
/** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
insurancePolicyId?: string;
--
Gitblit v1.9.1