| | |
| | | interface AddParkBountyApplyByEnterpriseInput { |
| | | batchNo?: string; |
| | | enterpriseMonthApplyId?: string; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyStepOneInput { |
| | |
| | | take?: number; |
| | | } |
| | | |
| | | interface APIgetDataBoardEnterpriseClientUserRankParams { |
| | | /** 查询数量 */ |
| | | take?: number; |
| | | } |
| | | |
| | | interface APIgetDataBoardInsurePeopleCountRankParams { |
| | | /** 查询数量 */ |
| | | take?: number; |
| | | } |
| | | |
| | | interface APIgetDataBoardLastQuarterEnterpriseClientUserCountParams { |
| | | input?: GetDataBoardLastQuarterEnterpriseClientUserCountInput; |
| | | } |
| | | |
| | | interface APIgetDataBoardLastQuarterOutputValueCountParams { |
| | | /** 万元单位 */ |
| | | wanUnit?: boolean; |
| | | } |
| | | |
| | | interface APIgetDataBoardNewBountyApplyCountParams { |
| | |
| | | } |
| | | |
| | | interface APIgetDataBoardNewBountyReleaseAmountCountParams { |
| | | input?: GetDataBoardNewBountyReleaseAmountCountInput; |
| | | /** 万元单位 */ |
| | | wanUnit?: boolean; |
| | | } |
| | | |
| | | interface APIgetDataBoardNewBountyUseAmountCountParams { |
| | | input?: GetDataBoardNewBountyUseAmountCountInput; |
| | | /** 万元单位 */ |
| | | wanUnit?: boolean; |
| | | } |
| | | |
| | | interface APIgetDataBoardNewCustomerCountParams { |
| | |
| | | input?: GetDataBoardNewInsurePeopleCountInput; |
| | | } |
| | | |
| | | interface APIgetDataBoardOutputValueRankParams { |
| | | /** 查询数量 */ |
| | | take?: number; |
| | | } |
| | | |
| | | interface APIgetDataBoardOverviewByParkParams { |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface APIgetDataBoardOverviewByParkV2Params { |
| | | /** 园区Id 不传查全部 */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | |
| | | |
| | | interface APIqueryRechargeParams { |
| | | bussSeqNo?: string; |
| | | } |
| | | |
| | | interface APIreImportEnterpriseCustomerUsersReImportEnterpriseCustomerUsersIdParams { |
| | | id: string; |
| | | } |
| | | |
| | | interface APIsearchParams { |
| | |
| | | |
| | | type EnumWalletSignStatus = 1 | 10 | 100 | 999; |
| | | |
| | | type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50; |
| | | |
| | | interface ExportBountyApplyData { |
| | | /** 企业名称 */ |
| | | enterpriseName: string; |
| | |
| | | interface ExportRewardStatisticsInput { |
| | | /** 月份 */ |
| | | month?: string; |
| | | /** 月份 */ |
| | | months?: string[]; |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | /** 关键字 */ |
| | |
| | | amount?: number; |
| | | } |
| | | |
| | | interface GetDataBoardEnterpriseClientUserRankOutput { |
| | | items?: GetDataBoardEnterpriseClientUserRankOutputItem[]; |
| | | } |
| | | |
| | | interface GetDataBoardEnterpriseClientUserRankOutputItem { |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 签约人数 */ |
| | | count?: number; |
| | | } |
| | | |
| | | interface GetDataBoardInsurePeopleCountRankOutput { |
| | | items?: GetDataBoardInsurePeopleCountRankOutputItem[]; |
| | | } |
| | |
| | | enterpriseName?: string; |
| | | /** 人数 */ |
| | | count?: number; |
| | | } |
| | | |
| | | type GetDataBoardLastQuarterEnterpriseClientUserCountInput = Record<string, any>; |
| | | |
| | | interface GetDataBoardLastQuarterEnterpriseClientUserCountOutput { |
| | | /** X轴 */ |
| | | x?: string[]; |
| | | /** 上季度数据 */ |
| | | data?: number[]; |
| | | } |
| | | |
| | | interface GetDataBoardLastQuarterOutputValueCountOutput { |
| | | /** X轴 */ |
| | | x?: string[]; |
| | | /** 上季度数据 */ |
| | | data?: number[]; |
| | | } |
| | | |
| | | type GetDataBoardNewBountyApplyCountInput = Record<string, any>; |
| | |
| | | lastMonthData?: number[]; |
| | | } |
| | | |
| | | type GetDataBoardNewBountyReleaseAmountCountInput = Record<string, any>; |
| | | |
| | | interface GetDataBoardNewBountyReleaseAmountCountOutput { |
| | | /** X轴 */ |
| | | x?: string[]; |
| | |
| | | /** 上月数据 */ |
| | | lastMonthData?: number[]; |
| | | } |
| | | |
| | | type GetDataBoardNewBountyUseAmountCountInput = Record<string, any>; |
| | | |
| | | interface GetDataBoardNewBountyUseAmountCountOutput { |
| | | /** X轴 */ |
| | |
| | | data?: number[]; |
| | | } |
| | | |
| | | interface GetDataBoardOutputValueRankOutput { |
| | | items?: GetDataBoardOutputValueRankOutputItem[]; |
| | | } |
| | | |
| | | interface GetDataBoardOutputValueRankOutputItem { |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 金额 */ |
| | | outputValue?: number; |
| | | } |
| | | |
| | | interface GetDataBoardOverviewByParkOutput { |
| | | /** 总入驻企业 */ |
| | | totalCustomerCount?: number; |
| | |
| | | sumBountyReleaseAmount?: number; |
| | | /** 奖励金使用总额 */ |
| | | sumBountyUseAmount?: number; |
| | | /** 投保人数 */ |
| | | insurePeopleCount?: number; |
| | | } |
| | | |
| | | interface GetDataBoardOverviewByParkV2Output { |
| | | /** 平台企业总数 */ |
| | | enterpriseCount?: number; |
| | | /** 总交易流水 */ |
| | | sumOutputValue?: number; |
| | | /** 在线甲方总数 */ |
| | | enterpriseCustomerCount?: number; |
| | | /** 在线劳务人员总数 */ |
| | | enterpriseClientUserCount?: number; |
| | | /** 平台消费总额 */ |
| | | sumBountyUseAmount?: number; |
| | | /** 保险消费总额 */ |
| | | sumBountyInsuranceUseAmount?: number; |
| | | /** 投保人数 */ |
| | | insurePeopleCount?: number; |
| | | } |
| | |
| | | data?: GetEnterpriseCredentialDataResponse; |
| | | } |
| | | |
| | | interface GetEnterpriseCustomerImportsInput { |
| | | pageModel?: Pagination; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | /** 导入失败的记录 */ |
| | | failImport?: boolean; |
| | | } |
| | | |
| | | interface GetEnterpriseCustomerImportsOutput { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | /** 文件 */ |
| | | file?: string; |
| | | /** 总行数 */ |
| | | count?: number; |
| | | /** 成功行数 */ |
| | | successCount?: number; |
| | | /** 空白行数 */ |
| | | emptyCount?: number; |
| | | /** 失败行数 */ |
| | | failCount?: number; |
| | | /** 失败原因 */ |
| | | failReason?: string; |
| | | /** 预计保存数量 */ |
| | | estimateSaveCount?: number; |
| | | /** 保存数量 */ |
| | | saveCount?: number; |
| | | /** 插入数量 */ |
| | | insertCount?: number; |
| | | /** 更新数量 */ |
| | | updateCount?: number; |
| | | /** 更新文件地址 */ |
| | | updateFile?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseCustomerImportsOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseCustomerImportsOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithDetailOutput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | invoiceUrl?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | checkTime?: string; |
| | | checkUserId?: string; |
| | |
| | | parkType?: string; |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | status?: GetEnterpriseDrawWithListOutputStatus; |
| | | checkTime?: string; |
| | | checkRemark?: string; |
| | | checkFileUrl?: string; |
| | |
| | | objectData?: any; |
| | | data?: GetEnterpriseDrawWithListOutput[]; |
| | | } |
| | | |
| | | type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30; |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutput { |
| | | id?: string; |
| | |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseMonthApplyFileOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyHasUploadFileListInput { |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseParkApplyUploadFileOutput { |
| | |
| | | outReCheckTime?: string; |
| | | /** 撤回原因 */ |
| | | reasonForWithdrawal?: string; |
| | | /** 是否隐藏 */ |
| | | isHidden?: boolean; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | auditRemark?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 财务审核备注 */ |
| | | financeAuditRemark?: string; |
| | |
| | | signName?: string; |
| | | } |
| | | |
| | | interface GetSystemInfoOutput { |
| | | openTwoFactorLogin?: boolean; |
| | | } |
| | | |
| | | interface GetTagsInput { |
| | | /** 类型:0产品标签,1资讯标签,3快捷评论标签 */ |
| | | type?: number; |
| | |
| | | |
| | | interface IanaTimeZone { |
| | | timeZoneName?: string; |
| | | } |
| | | |
| | | interface IdentityModelToken { |
| | | accessToken?: string; |
| | | expiresIn?: number; |
| | | creationTime?: string; |
| | | refreshToken?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | } |
| | | |
| | | interface IdentityModelTokenCacheItem { |
| | |
| | | |
| | | type TransferToStatusEnum = 1 | 2; |
| | | |
| | | interface TwoFactorLoginPasswordInput { |
| | | clientId?: string; |
| | | /** 登录名 */ |
| | | loginName: string; |
| | | /** 登录密码 */ |
| | | password: string; |
| | | } |
| | | |
| | | interface TwoFactorLoginPasswordOutput { |
| | | /** 登录密钥 */ |
| | | loginKey?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | } |
| | | |
| | | interface TwoFactorLoginSendVerificationCodeInput { |
| | | /** 登录密钥 */ |
| | | loginKey?: string; |
| | | } |
| | | |
| | | interface TwoFactorLoginSmsInput { |
| | | /** 登录密钥 */ |
| | | loginKey?: string; |
| | | /** 验证码 */ |
| | | code?: string; |
| | | } |
| | | |
| | | interface TypeApiDescriptionModel { |
| | | baseType?: string; |
| | | isEnum?: boolean; |
| | |
| | | iv: string; |
| | | /** 获取会话密钥 */ |
| | | sessionKey: string; |
| | | /** 鉴权 */ |
| | | sign?: string; |
| | | /** 小程序OpenId */ |
| | | openId: string; |
| | | wxMiniApp?: WxMiniAppEnum; |
| | |
| | | iv: string; |
| | | /** 获取会话密钥 */ |
| | | sessionKey: string; |
| | | /** 鉴权 */ |
| | | sign?: string; |
| | | /** 小程序OpenId */ |
| | | openId: string; |
| | | wxMiniApp?: WxMiniAppEnum; |