| | |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | bountTemplates?: AddIndustrialParkInputBountTemplate[]; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 公司信息 */ |
| | | industrialParkCompanyFile?: IndustrialParkCompanyFile[]; |
| | | } |
| | | |
| | | interface AddIndustrialParkInputBountTemplate { |
| | | /** 模板Id */ |
| | | templateId?: string; |
| | | /** 模板名称 */ |
| | | templateName?: string; |
| | | /** 文件 */ |
| | | items?: IndustrialParkApplyFileFile[]; |
| | | } |
| | | |
| | | interface AddIndustryBodyAuditInput { |
| | |
| | | interface AddParkBountyApplyStepOneInput { |
| | | batchNo?: string; |
| | | parkId?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | applyMonth?: string; |
| | | removeCompanyIds?: string[]; |
| | | } |
| | |
| | | |
| | | interface APIgetCustomerFileTypeHeadParams { |
| | | enterpriseId?: string; |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerTemplateDetailParams { |
| | |
| | | |
| | | 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 { |
| | |
| | | applyAmount?: number; |
| | | fileTypes?: CustomerUploadMonthApplyFileType[]; |
| | | enterpriseId?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | /** 是否是运营端代上传 */ |
| | | isAdminFileUpload?: boolean; |
| | | } |
| | |
| | | applyAmount?: number; |
| | | fileTypes?: CustomerUploadMonthApplyFileType[]; |
| | | enterpriseId?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | /** 是否是运营端代上传 */ |
| | | isAdminFileUpload?: boolean; |
| | | /** 汇总材料 */ |
| | |
| | | endDate?: string; |
| | | } |
| | | |
| | | interface GetCurrentExternalSystemOutput { |
| | | /** 是否签约钱包 */ |
| | | isSignWallet?: boolean; |
| | | } |
| | | |
| | | interface GetCustomContractParamterListInput { |
| | | pageModel?: Pagination; |
| | | /** 客户Id */ |
| | |
| | | interface GetCustomerUploadApplyFilesInput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | userId?: string; |
| | | withMonth?: string; |
| | | parkBountyApplyId?: string; |
| | |
| | | interface GetCustomerUploadApplyFilesResponse { |
| | | /** 所属月份 */ |
| | | withMonth?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 申报金额 */ |
| | |
| | | interface GetCustomerUploadApplyFilesV2Response { |
| | | /** 所属月份 */ |
| | | withMonth?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 申报金额 */ |
| | |
| | | |
| | | interface GetCustomerUploadFileRecordInput { |
| | | withMonth?: string; |
| | | /** 奖励金模板Id */ |
| | | 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 { |
| | |
| | | categoryId?: string; |
| | | /** 查询条件:产品名称/服务商名称 */ |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface GetIndustrialPartBountyTemplatesInput { |
| | | /** 园区Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface GetIndustrialPartBountyTemplatesOutput { |
| | | /** 奖励金模板名称 */ |
| | | bountyTemplates?: GetIndustrialPartBountyTemplatesOutputItem[]; |
| | | } |
| | | |
| | | interface GetIndustrialPartBountyTemplatesOutputItem { |
| | | id?: string; |
| | | templateName?: string; |
| | | } |
| | | |
| | | interface GetInformationAdvertiseByCategoryInput { |
| | |
| | | |
| | | interface GetParkCollectFileTypeListInput { |
| | | parkId?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | searchType?: number; |
| | | } |
| | | |
| | |
| | | registerAddress?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | industrialParkFileTypeList?: IndustrialParkFileTypeOutput[]; |
| | | /** 奖励金模板 */ |
| | | bountyTemplates?: IndustrialParkDetailOutputFileTypeTemplate[]; |
| | | industrialParkCompanyList?: IndustrialParkCompanyOutput[]; |
| | | } |
| | | |
| | | interface IndustrialParkDetailOutputFileTypeTemplate { |
| | | /** 模板Id */ |
| | | templateId?: string; |
| | | /** 模板名称 */ |
| | | templateName?: string; |
| | | /** 材料 */ |
| | | items?: IndustrialParkFileTypeOutput[]; |
| | | } |
| | | |
| | | interface IndustrialParkDropDownOutput { |
| | |
| | | interface OutCheckParkBountyApplyBaseInfo { |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 奖励金模板 */ |
| | | bountyTemplateId?: string; |
| | | /** 奖励金模板名称 */ |
| | | bountyTemplateName?: string; |
| | | /** 申请园区Id */ |
| | | parkId?: string; |
| | | /** 申请园区 */ |
| | |
| | | interface ParkBountyApplyBaseInfo { |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 模板Id */ |
| | | bountyTemplateId?: string; |
| | | /** 模板名称 */ |
| | | bountyTemplateName?: string; |
| | | /** 申请园区Id */ |
| | | parkId?: string; |
| | | /** 申请园区 */ |
| | |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | bountTemplates?: AddIndustrialParkInputBountTemplate[]; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | |
| | | } |
| | | |
| | | interface UpdateParkBountyApplyByEnterpriseInput { |
| | | batchNo?: string; |
| | | enterpriseMonthApplyId?: string; |
| | | } |
| | | |
| | |
| | | fileSearchTypeId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | enterpriseId?: string; |
| | | /** 奖励金模板Id */ |
| | | bountyTemplateId?: string; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFilesInput { |