| | |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 公司信息 */ |
| | | industrialParkCompanyFile?: IndustrialParkCompanyFile[]; |
| | | } |
| | | |
| | | interface AddIndustryBodyAuditInput { |
| | |
| | | /** 公告排序 */ |
| | | sort: number; |
| | | userId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyByEnterpriseInput { |
| | | batchNo?: string; |
| | | enterpriseMonthApplyId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyStepOneInput { |
| | |
| | | parentId?: string; |
| | | } |
| | | |
| | | interface APIgetAllModuleListParams { |
| | | menuScene?: EnumMenuScene; |
| | | } |
| | | |
| | | interface APIgetAllSubModuleParams { |
| | | moduleId?: string; |
| | | } |
| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomContractParamterSelectParams { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | /** 合同模板Id */ |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerFileTypeHeadParams { |
| | | enterpriseId?: string; |
| | | } |
| | |
| | | |
| | | interface APIgetEnterpriseRechargeDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetExternalSystemPingAnPayWalletParams { |
| | | /** 外部系统Id */ |
| | | externalSystemId?: string; |
| | | } |
| | | |
| | | interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetRewardStatisticsMonthsParams { |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface APIgetRolesIdRolesParams { |
| | | id: string; |
| | | } |
| | |
| | | |
| | | interface APIgetUserOrRoleModuleListParams { |
| | | id?: string; |
| | | objectType?: number; |
| | | } |
| | | |
| | | interface APIgetUserOrRoleModuleListParams { |
| | | id?: string; |
| | | menuScene?: EnumMenuScene; |
| | | objectType?: number; |
| | | } |
| | | |
| | |
| | | |
| | | type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10; |
| | | |
| | | interface BatchCreateCompanyUserV3Input { |
| | | list?: AddCertifiedUserInput[]; |
| | | /** 是否需要认证 */ |
| | | needCertification?: boolean; |
| | | } |
| | | |
| | | interface BatchInquiriesItem { |
| | | /** 单笔交易流水号 批内唯一 */ |
| | | sThirdVoucher?: string; |
| | |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface BatchUpdateCustomContractParamterStatusInput { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 参数Id */ |
| | | ids?: string[]; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface BestSignDownloadImageDataResponse { |
| | | /** 图片文件流 */ |
| | | data?: any[]; |
| | |
| | | startMonth?: string; |
| | | /** 截止统计月份 */ |
| | | endMonth?: string; |
| | | /** 企业Id */ |
| | | enterpriseIds?: string[]; |
| | | } |
| | | |
| | | type BusinessSettingTypeEnum = 10; |
| | |
| | | password?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | } |
| | | |
| | | interface CreateBackClientUserInput { |
| | |
| | | } |
| | | |
| | | interface CreateBaseRoleInput { |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | /** 跟进备注 */ |
| | | remark?: string; |
| | | status?: CooperationApplyStatusEnum; |
| | | } |
| | | |
| | | interface CreateGovermentSubAccounts { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 密码 */ |
| | | password?: string; |
| | | } |
| | | |
| | | interface CreateGoverUserInput { |
| | |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 自定义内容 */ |
| | | customContents?: string[]; |
| | | /** 模板变量 */ |
| | | values: CreateOrUpdateContractTemplateValueInput[]; |
| | | } |
| | |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | enterpriseId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | |
| | | isSignFreeSet?: boolean; |
| | | /** 注册时间 */ |
| | | registTime?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | industrialParkCompanyList?: IndustrialParkCompanyOutput[]; |
| | | } |
| | | |
| | | interface CustomerManageListOutputPageOutput { |
| | |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | fileTypes?: CustomerUploadMonthApplyFileType[]; |
| | | enterpriseId?: string; |
| | | /** 是否是运营端代上传 */ |
| | | isAdminFileUpload?: boolean; |
| | | } |
| | | |
| | | interface CustomerUploadMonthApplyFileType { |
| | |
| | | } |
| | | |
| | | 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[]; |
| | | /** 是否重新提交 */ |
| | | isResubmit?: boolean; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface DataprepareCreateExtInfo { |
| | |
| | | interface EditParkBountyApplyStepOneInput { |
| | | parkBountyApplyId?: string; |
| | | removeCompanyIds?: string[]; |
| | | isResubmit?: boolean; |
| | | } |
| | | |
| | | interface EDZ001Input { |
| | |
| | | interface EnterpriseApplyDrawWithInput { |
| | | amount?: number; |
| | | invoiceUrl?: string; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface EnterpriseBatchRefundInput { |
| | |
| | | remark?: string; |
| | | /** 文件数量 */ |
| | | fileCount?: number; |
| | | /** 企业申报材料数量 */ |
| | | enterpriseMonthApplyFileCount?: number; |
| | | lastModificationTime?: string; |
| | | lastModifierName?: string; |
| | | lastModifierId?: string; |
| | |
| | | |
| | | type EnumElectronSignUserType = 10 | 20; |
| | | |
| | | type EnumMenuScene = 0 | 1; |
| | | |
| | | type EnumPagedListOrder = 0 | 1; |
| | | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | |
| | | type EnumSmsAccess = 0 | 10 | 20; |
| | | |
| | | type EnumSmsStatus = 0 | 10 | 20 | 30; |
| | | |
| | | type EnumWalletSignStatus = 1 | 10 | 100 | 999; |
| | | |
| | | interface ExportBountyApplyData { |
| | | /** 企业名称 */ |
| | |
| | | data?: GetContractParamterListItem[]; |
| | | } |
| | | |
| | | interface GetContractTemplateCustomContentDto { |
| | | /** 合同模板Id */ |
| | | templateId?: string; |
| | | /** 变量名称 */ |
| | | label?: string; |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | /** 值 */ |
| | | value?: string; |
| | | } |
| | | |
| | | interface GetContractTemplateDto { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 模板变量 */ |
| | | customContents?: GetContractTemplateCustomContentDto[]; |
| | | /** 模板变量 */ |
| | | values?: GetContractTemplateValueDto[]; |
| | | } |
| | |
| | | startDate?: string; |
| | | /** 截止日期 */ |
| | | endDate?: string; |
| | | } |
| | | |
| | | interface GetCustomContractParamterListInput { |
| | | pageModel?: Pagination; |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface GetCustomContractParamterListItem { |
| | | /** 参数Id */ |
| | | id?: string; |
| | | /** 变量名称 */ |
| | | label?: string; |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface GetCustomContractParamterListItemPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetCustomContractParamterListItem[]; |
| | | } |
| | | |
| | | interface GetCustomerDto { |
| | |
| | | outCheckTimeEnd?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetCustomersExportInput { |
| | |
| | | interface GetCustomerUploadApplyFilesInput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | userId?: string; |
| | | withMonth?: string; |
| | | parkBountyApplyId?: string; |
| | | } |
| | |
| | | parkName?: string; |
| | | /** 附件 */ |
| | | items?: GetCustomerUploadApplyFilesOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadApplyFilesV2Response { |
| | | /** 所属月份 */ |
| | | withMonth?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | /** 所属园区 */ |
| | | parkName?: string; |
| | | /** 附件 */ |
| | | items?: GetCustomerUploadApplyFilesOutput[]; |
| | | /** 汇总材料 */ |
| | | bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[]; |
| | | /** 汇算材料 */ |
| | | bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordInput { |
| | |
| | | endDateTime?: string; |
| | | enterpriseId?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithListOutput { |
| | |
| | | societyCreditCode?: string; |
| | | creationTime?: string; |
| | | enterpriseType?: string; |
| | | parkId?: string; |
| | | parkName?: string; |
| | | parkType?: string; |
| | | amount?: number; |
| | |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | applyStatus?: EnterpriseMonthApplyStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 自主申报的申报Id */ |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutputPageOutput { |
| | |
| | | beginDateTime?: string; |
| | | endDateTime?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListOutput { |
| | |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 审核人 */ |
| | | checkOperator?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListOutputPageOutput { |
| | |
| | | pageModel?: Pagination; |
| | | /** 关键字 */ |
| | | searchKey?: string; |
| | | } |
| | | |
| | | interface GetExternalSystemPingAnPayWalletOutput { |
| | | /** 户名 */ |
| | | name?: string; |
| | | /** 账号 */ |
| | | identity?: string; |
| | | /** 余额 */ |
| | | balance?: number; |
| | | signStatus?: EnumWalletSignStatus; |
| | | } |
| | | |
| | | interface GetFeatureListResultDto { |
| | |
| | | /** 外部复审核结束日期 */ |
| | | outReCheckTimeEnd?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutput { |
| | |
| | | suportWithDraw?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 内部审核人 */ |
| | | inCheckAuditOperator?: string; |
| | | /** 外部审核人 */ |
| | |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 政务端复审时间 */ |
| | | outReCheckTime?: string; |
| | | /** 撤回原因 */ |
| | | reasonForWithdrawal?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | auditTimeBegin?: string; |
| | | /** 审核结束日期 */ |
| | | auditTimeEnd?: string; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | /** 园区Id */ |
| | | parkId?: string; |
| | | enterpriseId?: string; |
| | |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | creationTime?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 企业自身出账审核备注 */ |
| | |
| | | selfAuditOperatorId?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | auditTimeBegin?: string; |
| | | /** 审核结束日期 */ |
| | | auditTimeEnd?: string; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | /** 财政拨付余额 */ |
| | | financeAmount?: number; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 所属园区 */ |
| | | parkId?: string; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | } |
| | |
| | | parkTypName?: string; |
| | | /** 营业执照 */ |
| | | licenseUrl?: string; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | userCertificationStatus?: UserCertificationStatusEnum; |
| | | } |
| | | |
| | | interface GetParkCustomerManageOutput { |
| | |
| | | pageModel?: Pagination; |
| | | /** 月份 */ |
| | | month?: string; |
| | | /** 月份 */ |
| | | months?: string[]; |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | /** 关键字 */ |
| | |
| | | pageModel?: Pagination; |
| | | /** 查询条件:角色名称 */ |
| | | queryCondition?: string; |
| | | menuScene?: EnumMenuScene; |
| | | } |
| | | |
| | | interface GetSearchSettingList { |
| | |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | bankIsVerify?: boolean; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface GetUserBaseInfoDataResponse { |
| | |
| | | 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; |
| | | } |
| | |
| | | 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>; |
| | |
| | | | 30 |
| | | | 31 |
| | | | 32 |
| | | | 33 |
| | | | 40 |
| | | | 42; |
| | | |
| | |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 是否支持财政拨付 */ |
| | | suportFinance?: boolean; |
| | | /** 是否支持用户提现 */ |
| | |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 政务端复审备注 */ |
| | | outReCheckRemark?: string; |
| | | /** 撤销原因 */ |
| | | reasonForWithdrawal?: string; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | |
| | | remark?: string; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyRedoedInput { |
| | | parkBountyApplyId?: string; |
| | | /** 撤回原因 */ |
| | | reasonForWithdrawal?: string; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyResubmitInput { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface OutReCheckParkBountyApplyInput { |
| | |
| | | interface RoleInfo { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface SaveCustomContractTemplateParamterInput { |
| | | /** 客户Id */ |
| | | customerId?: string; |
| | | /** 参数Id */ |
| | | id?: string; |
| | | /** 变量名称 */ |
| | | label?: string; |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | status?: EnumElectronSignContractParameterStatus; |
| | | } |
| | | |
| | | interface SaveCustomerTemplateParamInput { |
| | | /** 模板id */ |
| | | lgGigWorkerCustomerTemplateId?: string; |
| | |
| | | templateParamExtraData?: string; |
| | | } |
| | | |
| | | interface SaveExternalSystemPingAnPayWalletInput { |
| | | /** 外部系统Id */ |
| | | externalSystemId?: string; |
| | | /** 户名 */ |
| | | name: string; |
| | | /** 账号 */ |
| | | identity: string; |
| | | } |
| | | |
| | | interface SaveParkBountyApplyCollectFileInput { |
| | | parkBountyApplyId?: string; |
| | | /** 奖励金分配表 */ |
| | |
| | | /** 财政拨付总额 */ |
| | | financeSumAmount?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | /** 是否重新提交 */ |
| | | isResubmit?: boolean; |
| | | } |
| | | |
| | | interface SaveParkBountyApplyGatherFileInput { |
| | | parkBountyApplyId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | isResubmit?: boolean; |
| | | } |
| | | |
| | | interface SaveSmsSettingCommand { |
| | |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | disabledSyncUser?: boolean; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface SetUserEnterpiseCooperationUrlInput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface SetUserEnterpriseBankInfoInput { |
| | |
| | | auditById?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 财务审核时间 */ |
| | | financeAuditTime?: string; |
| | | /** 进账单位 */ |
| | | incomeCompanyName?: string; |
| | | /** 保单号 */ |
| | |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | /** 江祐保自主出账关联保单id */ |
| | | insurancePolicyId?: string; |
| | | /** 投保人数 */ |
| | | insurePeopleNum?: number; |
| | | } |
| | | |
| | | interface SysOrgDetailOutput { |
| | |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | /** 无需政务端审核 */ |
| | | notNeedGovernmentAudit?: boolean; |
| | | /** 无需运营端审核 */ |
| | | noNeedForOperationalReview?: boolean; |
| | | /** 政务端双重审核 */ |
| | | dualReviewOfGovernmentAffairs?: boolean; |
| | | /** 公司信息 */ |
| | | industrialParkCompanyFile?: IndustrialParkCompanyFile[]; |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | sort: number; |
| | | userId?: string; |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateParkBountyApplyByEnterpriseInput { |
| | | batchNo?: string; |
| | | 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 { |
| | |
| | | monthApplyId?: string; |
| | | fileSearchTypeId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFilesInput { |