|  |  |  | 
|---|
|  |  |  | interface APIgetEnabledElectronSignSettingsParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 是否查询全部 */ | 
|---|
|  |  |  | all?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseContractTemplateSelectParams { | 
|---|
|  |  |  | 
|---|
|  |  |  | Stop = 999, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletTransactionStatus { | 
|---|
|  |  |  | /**待提交 */ | 
|---|
|  |  |  | WaitSubmit = 1, | 
|---|
|  |  |  | /**待支付 */ | 
|---|
|  |  |  | WaitPay = 10, | 
|---|
|  |  |  | /**处理中 */ | 
|---|
|  |  |  | Dealing = 20, | 
|---|
|  |  |  | /**成功 */ | 
|---|
|  |  |  | Success = 30, | 
|---|
|  |  |  | /**退票 */ | 
|---|
|  |  |  | Refund = 40, | 
|---|
|  |  |  | /**失败 */ | 
|---|
|  |  |  | Fail = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletTransactionType { | 
|---|
|  |  |  | /**充值 */ | 
|---|
|  |  |  | Recharge = 10, | 
|---|
|  |  |  | /**转账 */ | 
|---|
|  |  |  | Transfer = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumGetEnterpriseEmployeesQuerySignContractStatus { | 
|---|
|  |  |  | /**灵工待签约 */ | 
|---|
|  |  |  | UserWait = 10, | 
|---|
|  |  |  | /**企业待签约 */ | 
|---|
|  |  |  | EnterpriseWait = 20, | 
|---|
|  |  |  | /**已签约 */ | 
|---|
|  |  |  | Pass = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumMenuType { | 
|---|
|  |  |  | 
|---|
|  |  |  | enum EnumPersonalUserRealStatus { | 
|---|
|  |  |  | /**未实名 */ | 
|---|
|  |  |  | UnReal = 0, | 
|---|
|  |  |  | /**校验中 */ | 
|---|
|  |  |  | /**认证中 */ | 
|---|
|  |  |  | Checking = 10, | 
|---|
|  |  |  | /**实名失败 */ | 
|---|
|  |  |  | /**认证失败 */ | 
|---|
|  |  |  | Fail = 99, | 
|---|
|  |  |  | /**已实名 */ | 
|---|
|  |  |  | Real = 100, | 
|---|
|  |  |  | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | /** 提交时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; | 
|---|
|  |  |  | /** 验收照片 */ | 
|---|
|  |  |  | files?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnabledElectronSignSettingsQueryResultItem { | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 实名费用 */ | 
|---|
|  |  |  | realVerifyCost?: number; | 
|---|
|  |  |  | /** 签约费用 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | enterpriseSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | signContractStatus?: EnumGetEnterpriseEmployeesQuerySignContractStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 钱包Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 账号 */ | 
|---|
|  |  |  | account?: string; | 
|---|
|  |  |  | /** 商户Id */ | 
|---|
|  |  |  | merchantId?: string; | 
|---|
|  |  |  | /** 协议号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 通道协议号 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 协议失效时间 */ | 
|---|
|  |  |  | invalidTime?: string; | 
|---|
|  |  |  | signStatus?: EnumEnterpriseWalletSignStatus; | 
|---|
|  |  |  | /** 支付宝姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 支付宝登录账号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | scene?: EnumEnterpriseWalletExpandindirectOrderScene; | 
|---|
|  |  |  | /** 转账场景说明 */ | 
|---|
|  |  |  | sceneDirections?: string; | 
|---|
|  |  |  | orderStatus?: EnumEnterpriseWalletExpandindirectOrderStatus; | 
|---|
|  |  |  | /** 进件单任务完结时间 */ | 
|---|
|  |  |  | taskFinishTime?: string; | 
|---|
|  |  |  | /** 进件单审核不通过原因 */ | 
|---|
|  |  |  | riskReviewRemark?: string; | 
|---|
|  |  |  | sitesInfo?: GetEnterpriseWalletExpandindirectOrderQueryResultSites; | 
|---|
|  |  |  | /** 附件 */ | 
|---|
|  |  |  | files?: GetEnterpriseWalletExpandindirectOrderQueryResultFile[]; | 
|---|
|  |  |  | expandindirectOrderStatus?: EnumEnterpriseWalletExpandindirectOrderStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 订单支付时间 */ | 
|---|
|  |  |  | transDate?: string; | 
|---|
|  |  |  | transactionStatus?: EnumEnterpriseWalletTransactionStatus; | 
|---|
|  |  |  | transactionStatus?: EnumWalletTransactionStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetExceptionLogsQuery { | 
|---|
|  |  |  | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realStatus?: EnumPersonalUserRealStatus; | 
|---|
|  |  |  | /** 实名失败消息 */ | 
|---|
|  |  |  | realFailMessage?: string; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 我的报名 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | 
|---|
|  |  |  | hirePassTaskCount?: number; | 
|---|
|  |  |  | /** 已取消 */ | 
|---|
|  |  |  | hireRefuseTaskCount?: number; | 
|---|
|  |  |  | /** 余额 */ | 
|---|
|  |  |  | balance?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetPersonalUserBankCardQuery = Record<string, any>; | 
|---|
|  |  |  | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | /** 实际到账 */ | 
|---|
|  |  |  | actualAmount?: number; | 
|---|
|  |  |  | /** 预计到账时间 */ | 
|---|
|  |  |  | arrivalTimeEnd?: string; | 
|---|
|  |  |  | /** 订单支付时间 */ | 
|---|
|  |  |  | transDate?: string; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 失败原因 */ | 
|---|
|  |  |  | failReason?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQuery { | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTaskUsersQueryResult { | 
|---|
|  |  |  | detail?: GetSettlementTaskQueryResult; | 
|---|
|  |  |  | /** 结算名单 */ | 
|---|
|  |  |  | data?: GetSettlementTaskUsersQueryResultItem[]; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 账号 */ | 
|---|
|  |  |  | account?: string; | 
|---|
|  |  |  | /** 商户Id */ | 
|---|
|  |  |  | merchantId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface OpenEnterpriseWalletCommandResult { | 
|---|
|  |  |  | 
|---|
|  |  |  | interface SendInviteElectronSignSmsCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 合同模板Id */ | 
|---|
|  |  |  | contractTemplateId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendLoginOrRegisterVerifyCodeCommand { | 
|---|
|  |  |  | 
|---|
|  |  |  | industrialParkIds?: string[]; | 
|---|
|  |  |  | status?: EnumUserStatus; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface TransferEnterpriseWalletCommand { | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 充值备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|