| | |
| | | suppierType?: number; |
| | | } |
| | | |
| | | interface APIgetJybUserInfoIdParams { |
| | | id: string; |
| | | } |
| | | |
| | | interface APIgetLgGigWorkUserDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | auditNote?: string; |
| | | /** 审核人 */ |
| | | checkUserId?: string; |
| | | } |
| | | |
| | | interface AuditParkBountyTradeInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | } |
| | | |
| | | interface AuditWalletBatchTransferDetailInput { |
| | |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | | |
| | | interface ExportBountyApplyData { |
| | | /** 企业名称 */ |
| | | enterpriseName: string; |
| | |
| | | listDeleteChooseCompany?: GetCompanyNameListOutput[]; |
| | | } |
| | | |
| | | interface GetBonusStatisticsListInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码/联系人/手机号 */ |
| | | searchKeyWord?: string; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | /** 申请奖励金月份 */ |
| | | applyMonth?: string; |
| | | } |
| | | |
| | | interface GetBonusStatisticsListOutput { |
| | | enterpriseId?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 所属园区 */ |
| | | industrialParkName?: string; |
| | | parkId?: string; |
| | | /** 联系人 */ |
| | | contact?: string; |
| | | /** 联系人电话 */ |
| | | contactPhone?: string; |
| | | /** 申请奖励金月份 */ |
| | | applyMonth?: string; |
| | | /** 申报批次号 */ |
| | | batchNo?: string; |
| | | /** 财政拨付金额 */ |
| | | financeSumAmount?: number; |
| | | /** 平台拨付金额 */ |
| | | transferSumAmount?: number; |
| | | /** 企业充值总额 */ |
| | | prechargeSumAmount?: number; |
| | | /** 企业出账总额 */ |
| | | tradeSumAmount?: number; |
| | | /** 企业提现总额 */ |
| | | withDrawalAmount?: number; |
| | | /** 账户余额 */ |
| | | remainAmount?: number; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 是否显示企业充值 */ |
| | | enablePrecharge?: boolean; |
| | | /** 是否显示企业消费 */ |
| | | enableTrade?: boolean; |
| | | /** 是否显示余额列 */ |
| | | enableRemain?: boolean; |
| | | } |
| | | |
| | | interface GetBonusStatisticsListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetBonusStatisticsListOutput[]; |
| | | } |
| | | |
| | | interface GetBusinessPayInfoInput { |
| | | pageModel?: Pagination; |
| | | settleNo?: string; |
| | |
| | | data?: GetEnterpriseBuntyTradeDto[]; |
| | | } |
| | | |
| | | interface GetEnterpriseConsumptionListOutput { |
| | | id?: string; |
| | | /** 消费日期 */ |
| | | tradeTime?: string; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | /** 消费金额 */ |
| | | tradeAmount?: number; |
| | | /** 消费凭证 */ |
| | | payFileUrl?: string; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetEnterpriseConsumptionListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseConsumptionListOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseCredentialDataResponse { |
| | | contactMobile?: string; |
| | | address?: string; |
| | |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseDrawWithListOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithOutput { |
| | | id?: string; |
| | | /** 申请提现日期 */ |
| | | creationTime?: string; |
| | | /** 审核通过日期 */ |
| | | checkDateTime?: string; |
| | | /** 提现金额 */ |
| | | withdrawalAmount?: number; |
| | | /** 提现凭证 */ |
| | | checkFileUrl?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseDrawWithOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutput { |
| | |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseRechargeListOutput { |
| | | id?: string; |
| | | /** 充值日期 */ |
| | | creationTime?: string; |
| | | /** 审核通过日期 */ |
| | | checkDateTime?: string; |
| | | /** 充值金额 */ |
| | | prechargeAmount?: number; |
| | | /** 充值凭证 */ |
| | | rechargeVoucherFileUrl?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseRechargeListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseRechargeListOutput[]; |
| | | } |
| | | |
| | | interface GetExternalSystemInput { |
| | | pageModel?: Pagination; |
| | | /** 关键字 */ |
| | |
| | | account?: string; |
| | | /** 源文件id */ |
| | | fid?: string; |
| | | } |
| | | |
| | | interface GetFiscalAllocationOutput { |
| | | id?: string; |
| | | /** 拨付日期 */ |
| | | financeToTime?: string; |
| | | /** 入账日期 */ |
| | | financeIncomeTime?: string; |
| | | /** 拨付金额 */ |
| | | financeSumAmount?: number; |
| | | /** 入账凭证 */ |
| | | financeToFileUrl?: string; |
| | | } |
| | | |
| | | interface GetFiscalAllocationOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetFiscalAllocationOutput[]; |
| | | } |
| | | |
| | | interface GetFrontConsultListInput { |
| | |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | enterpriseId?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | | enterpriseId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | authType?: EnterpriseTypeEnum; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | id?: string; |
| | | /** 最近出账金额 */ |
| | | /** 出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | platformServiceType?: PlatformServiceTypeEnum; |
| | | } |
| | | |
| | | interface GetPlatformAllocationOutput { |
| | | id?: string; |
| | | /** 充值日期 */ |
| | | settleTime?: string; |
| | | /** 入账日期 */ |
| | | incomeTime?: string; |
| | | /** 充值金额 */ |
| | | settleSumAmount?: number; |
| | | /** 凭证 */ |
| | | settleFileUrl?: string; |
| | | } |
| | | |
| | | interface GetPlatformAllocationOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetPlatformAllocationOutput[]; |
| | | } |
| | | |
| | | interface GetPlatFormPurchasesInput { |
| | | pageModel?: Pagination; |
| | | /** 类别Id */ |
| | |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface GetRemainAmountOutput { |
| | | id?: string; |
| | | applyMonth?: string; |
| | | /** 申报批次号 */ |
| | | batchNo?: string; |
| | | /** 财政拨付余额 */ |
| | | financeRemain?: number; |
| | | /** 平台拨付余额 */ |
| | | platformRemain?: number; |
| | | /** 预充值余额 */ |
| | | prechargeRemain?: number; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | } |
| | | |
| | | interface GetRewardPercentagesInput { |
| | | /** 排序信息:默认按Up主等级:UpLevel升序 */ |
| | | orderInput?: OrderInput[]; |
| | | } |
| | | |
| | | interface GetRewardsDetailsInput { |
| | | pageModel?: Pagination; |
| | | /** 用户id */ |
| | | id?: string; |
| | | /** 申请月份 */ |
| | | applyMonth?: string; |
| | | /** 申报批次号 */ |
| | | batchNo?: string; |
| | | } |
| | | |
| | | interface GetRolesInput { |
| | |
| | | properties?: Record<string, any>; |
| | | } |
| | | |
| | | interface JybUserInfoDto { |
| | | id?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 联系人 */ |
| | | contact?: string; |
| | | /** 联系电话 */ |
| | | contactPhone?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 详细地址 */ |
| | | addressDetail?: string; |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | /** 绑定邮箱地址 */ |
| | | bindEmailAddress?: string; |
| | | } |
| | | |
| | | interface KeyInput { |
| | | id?: string; |
| | | } |
| | |
| | | parkId?: string; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | /** 申请奖励金月份 */ |
| | |
| | | /** 入账时间 */ |
| | | transferToTime?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | /** 入账凭证 */ |
| | | transferToFileUrl?: string; |
| | | financeToStatus?: FinanceStatusEnum; |
| | |
| | | suportPlatRecharge?: boolean; |
| | | rewardEnable?: boolean; |
| | | suportWithDraw?: boolean; |
| | | industrialParkStatus?: IndustrialParkStatusEnum; |
| | | isHasBountyApply?: boolean; |
| | | /** 是否可以登录电子签 */ |
| | | canLoginUserSign?: boolean; |