| | |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 公司信息 */ |
| | | industrialParkCompanyFile?: IndustrialParkCompanyFile[]; |
| | | } |
| | | |
| | | interface AddIndustryBodyAuditInput { |
| | |
| | | batchUpdateMessage?: boolean; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 主账号用户账号 */ |
| | | subAccountCreator?: string; |
| | | } |
| | | |
| | | interface CreateGoverUserInput { |
| | |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | enterpriseId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | |
| | | registTime?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | industrialParkCompanyList?: IndustrialParkCompanyOutput[]; |
| | | } |
| | | |
| | | interface CustomerManageListOutputPageOutput { |
| | |
| | | } |
| | | |
| | | 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; |
| | | /** 是否是运营端代上传 */ |
| | | isAdminFileUpload?: boolean; |
| | | /** 汇总材料 */ |
| | | bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | /** 汇算材料 */ |
| | | bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface DataprepareCreateExtInfo { |
| | |
| | | interface EnterpriseApplyDrawWithInput { |
| | | amount?: number; |
| | | invoiceUrl?: string; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface EnterpriseBatchRefundInput { |
| | |
| | | outCheckTimeEnd?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetCustomersExportInput { |
| | |
| | | items?: GetCustomerUploadApplyFilesOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadApplyFilesV2Response { |
| | | /** 所属月份 */ |
| | | withMonth?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | /** 所属园区 */ |
| | | parkName?: string; |
| | | /** 附件 */ |
| | | items?: GetCustomerUploadApplyFilesOutput[]; |
| | | /** 汇总材料 */ |
| | | bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[]; |
| | | /** 汇算材料 */ |
| | | bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordInput { |
| | | withMonth?: string; |
| | | userId?: string; |
| | |
| | | endDateTime?: string; |
| | | enterpriseId?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithListOutput { |
| | |
| | | societyCreditCode?: string; |
| | | creationTime?: string; |
| | | enterpriseType?: string; |
| | | parkId?: string; |
| | | parkName?: string; |
| | | parkType?: string; |
| | | amount?: number; |
| | |
| | | beginDateTime?: string; |
| | | endDateTime?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListOutput { |
| | |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 审核人 */ |
| | | checkOperator?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListOutputPageOutput { |
| | |
| | | /** 外部复审核结束日期 */ |
| | | outReCheckTimeEnd?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutput { |
| | |
| | | auditTimeBegin?: string; |
| | | /** 审核结束日期 */ |
| | | auditTimeEnd?: string; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | /** 园区Id */ |
| | | parkId?: string; |
| | | enterpriseId?: string; |
| | |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | creationTime?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 企业自身出账审核备注 */ |
| | |
| | | auditTimeBegin?: string; |
| | | /** 审核结束日期 */ |
| | | auditTimeEnd?: string; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | |
| | | remianAmount?: number; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 所属园区 */ |
| | | parkId?: string; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | } |
| | |
| | | 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; |
| | | /** 园区名称 */ |
| | |
| | | suportWithDraw?: boolean; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 注册地址 */ |
| | |
| | | /** 备注 */ |
| | | remark?: string; |
| | | industrialParkFileTypeList?: IndustrialParkFileTypeOutput[]; |
| | | industrialParkCompanyList?: IndustrialParkCompanyOutput[]; |
| | | } |
| | | |
| | | interface IndustrialParkDropDownOutput { |
| | |
| | | suportWithDraw?: boolean; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | } |
| | |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 公司信息 */ |
| | | industrialParkCompanyFile?: IndustrialParkCompanyFile[]; |
| | | id?: string; |
| | | } |
| | | |