| | |
| | | walletAccountType?: WalletAccountTypeEnum; |
| | | } |
| | | |
| | | interface APIcancelParkBountyApplyParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIcheckUserCertificationRepeatParams { |
| | | userId?: string; |
| | | enterpriseName?: string; |
| | |
| | | |
| | | interface APIgetParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchTransferEnterpriseParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIgetParkCustomerManageBaseDetailParams { |
| | |
| | | status?: CooperationApplyStatusEnum; |
| | | } |
| | | |
| | | interface CreateGoverUserInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 密码 */ |
| | | password?: string; |
| | | } |
| | | |
| | | interface CreateInformationAdvertiseInput { |
| | | /** 对外联系人 */ |
| | | outerContacter?: string; |
| | |
| | | description?: string; |
| | | parkCustomersCount?: ParkCustomersCountTypeEnum; |
| | | /** 成立年份 */ |
| | | setUpDate: number; |
| | | setUpDate?: number; |
| | | serveSetting?: string[]; |
| | | workOfType?: string[]; |
| | | parkStyle?: ParkStyleDto[]; |
| | |
| | | name: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface CreateParkBountyTradeInput { |
| | | enterpriseId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | } |
| | | |
| | | interface CreateParkOrHRAdvertiseInput { |
| | |
| | | data?: GetCustomerListOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerParkBountyApplyListInput { |
| | | pageModel?: Pagination; |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | /** 内部审核起始日期 */ |
| | | inCheckTimeBegin?: string; |
| | | /** 内部审核结束日期 */ |
| | | inCheckTimeEnd?: string; |
| | | /** 外部审核起始日期 */ |
| | | outCheckTimeBegin?: string; |
| | | /** 外部审核结束日期 */ |
| | | outCheckTimeEnd?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface GetCustomersExportInput { |
| | | /** 查询条件:甲方名称/联系人 */ |
| | | queryCondition?: string; |
| | |
| | | signName?: string; |
| | | status?: LgGigWorkerSignStatus; |
| | | settingStatus?: LgGigWorkerSignSettingStatus; |
| | | } |
| | | |
| | | interface GetGoverDataBoardOutput { |
| | | /** 待审核 */ |
| | | waitCheckEnterpriseNumber?: number; |
| | | /** 奖励金待发放 */ |
| | | waitForSettleRewardNumber?: number; |
| | | /** 累计已审核企业 */ |
| | | accumulatedCheckEnterpriseNumber?: number; |
| | | /** 累计已审核通过企业 */ |
| | | accumulatedCheckPassEnterpriseNumber?: number; |
| | | /** 累计未审核通过企业 */ |
| | | accumulatedCheckRejectEnterpriseNumber?: number; |
| | | /** 累计已发放奖励金 */ |
| | | accumulatedHasSettleRewardAmount?: number; |
| | | /** 累计待发放奖励金 */ |
| | | accumulatedWaitForSettleRewardAmount?: number; |
| | | /** 累计已使用奖励金 */ |
| | | accumulatedUsedRewardAmount?: number; |
| | | } |
| | | |
| | | interface GetHasApplyCompanyNameListInput { |
| | |
| | | endDate?: string; |
| | | } |
| | | |
| | | interface GetNotTransferCompanyNameListOutput { |
| | | companyId?: string; |
| | | name?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | } |
| | | |
| | | interface GetOperateHistoryInput { |
| | | pageModel?: Pagination; |
| | | relationId?: string; |
| | |
| | | enterinessName?: string; |
| | | } |
| | | |
| | | interface GetParkApplyCompanyListOutput { |
| | | id?: string; |
| | | userName?: string; |
| | | enterpriseName?: string; |
| | | bankIsVerify?: boolean; |
| | | /** 营业执照文件地址 */ |
| | | licenseUrl?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 企业信息是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | authType?: EnterpriseTypeEnum; |
| | | /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */ |
| | | type?: number; |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | /** 创建时间 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetParkApplyCompanyListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkApplyCompanyListOutput[]; |
| | | } |
| | | |
| | | interface GetParkApplyCompanyStepTwoListInput { |
| | | pageModel?: Pagination; |
| | | parkBountyApplyId?: string; |
| | |
| | | bankIsVerify?: boolean; |
| | | /** 营业执照是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | /** 选择公司Id */ |
| | | removeCompanyIds?: string[]; |
| | | } |
| | | |
| | | interface GetParkBountyApplyFileInput { |
| | |
| | | /** 发放日期 */ |
| | | settleTime?: string; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 内部审核日期 */ |
| | | inCheckTime?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 外部审核日期 */ |
| | | outCheckTime?: string; |
| | | /** 发放凭证 */ |
| | | settleFileUrl?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | transferToStatus?: TransferToStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailByIdInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | | id?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeDetailOutput[]; |
| | | } |
| | | |
| | | interface GetParkBountyTradeInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | | enterpriseId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | authType?: EnterpriseTypeEnum; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeOutput[]; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyApplyOutput { |
| | |
| | | payDateTime?: string; |
| | | /** 消费金额 */ |
| | | amount?: number; |
| | | payType?: EnterpriseBountyPayTypeEnum; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | /** 凭证 */ |
| | | payFileUrl?: string; |
| | | payFileUrls?: string[]; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyConsumptionOutputPageOutput { |
| | |
| | | settleTime?: string; |
| | | /** 入账时间 */ |
| | | incomeTime?: string; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | incomeStatus?: TransferToStatusEnum; |
| | | /** 发放金额 */ |
| | | applySumAmount?: number; |
| | | /** 入账凭证 */ |
| | |
| | | licenseIsVerify?: boolean; |
| | | /** 企业信息是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | bankName?: string; |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | bankIsVerify?: boolean; |
| | | /** 申报次数 */ |
| | | applyCount?: number; |
| | | /** 最近申报 */ |
| | |
| | | id?: string; |
| | | /** 园区名称 */ |
| | | parkName?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 园区类型名称 */ |
| | | parkTypeName?: string; |
| | | } |
| | | |
| | | interface IndustrialParkListOutput { |
| | |
| | | requestId?: string; |
| | | } |
| | | |
| | | interface OutCheckParkBountyApplyBaseInfo { |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 申请园区Id */ |
| | | parkId?: string; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | /** 申请奖励金月份 */ |
| | | applyMonth?: string; |
| | | /** 奖励金汇总金额 */ |
| | | applySumAmount?: number; |
| | | /** 汇总明细表 */ |
| | | enterpriseTaxSubFileUrl?: string; |
| | | /** 企业营收汇总表 */ |
| | | enterpriseOperateFileUrl?: string; |
| | | /** 奖励金分配表 */ |
| | | bountyAssignFileUlr?: string; |
| | | /** 奖励金汇总表 */ |
| | | bountyCollectFileUrl?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 外部审核原因 */ |
| | | outCheckRemark?: string; |
| | | /** 内部审核原因 */ |
| | | inCheckRemark?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | | parkBountyApplyId?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface PageInput { |
| | | pageModel?: Pagination; |
| | | } |
| | |
| | | |
| | | interface ParkBountyApplyDetailInfo { |
| | | parkBountyApplyId?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | enterpriseId?: string; |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 基本户信息 */ |
| | |
| | | /** C端个税完税情况说明 */ |
| | | personTaxRatePayUrl?: string; |
| | | authType?: EnterpriseTypeEnum; |
| | | /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */ |
| | | type?: number; |
| | | /** 银行信息号是否已完善 */ |
| | | bankIsVerify?: boolean; |
| | | /** 企业信息是否已完善 */ |
| | |
| | | enterRelateUrl?: string; |
| | | /** C端个税完税情况说明 */ |
| | | personTaxRatePayUrl?: string; |
| | | /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */ |
| | | type?: number; |
| | | authType?: EnterpriseTypeEnum; |
| | | transferToStatus?: TransferToStatusEnum; |
| | | /** 入账金额 */ |
| | | transferToAmount?: number; |
| | | /** 入账时间 */ |
| | | transferToTime?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | /** 入账凭证 */ |
| | | transferToFileUrl?: string; |
| | | } |
| | |
| | | licenseIsVerify?: boolean; |
| | | /** 企业信息是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | /** 银行账户是否完善 */ |
| | | bankIsVerify?: boolean; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | /** 最近申报开始日期 */ |
| | | lastApplyBeginTime?: string; |
| | | /** 最近申报结束日期 */ |
| | | lastApplyEndTime?: string; |
| | | lastPayBeginTime?: string; |
| | | /** 最近发放结束日期 */ |
| | | lastPayEndTime?: string; |
| | | } |
| | | |
| | | interface QueryParkOrHRAuditPageInput { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateGovermentClientUserInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 用户Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateIndustrialParkInput { |
| | | /** 园区名称 */ |
| | | parkName: string; |