| | |
| | | [key: string]: any; |
| | | } |
| | | |
| | | interface AgainSureTaskSettlementOrderRosterCommand { |
| | | /** 名单Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIcheckHealthParams { |
| | | /** 健康校验 */ |
| | | request?: CheckHealthQuery; |
| | |
| | | code?: string; |
| | | } |
| | | |
| | | interface APIgetContractParamterSelectParams { |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | /** 合同模板Id */ |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetContractTemplateParams { |
| | | /** 模板Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetCooperationWalletRechargeTransactionParams { |
| | | /** 交易Id(编辑时传入) */ |
| | | id?: string; |
| | | /** 合作Id(新增时传入) */ |
| | | cooperationId?: string; |
| | | } |
| | | |
| | | interface APIgetCurrentLogierMenuParams { |
| | |
| | | } |
| | | |
| | | interface APIgetEnterpriseContractTemplateSelectParams { |
| | | /** 查询企业合同模板选择器数据 */ |
| | | request?: GetEnterpriseContractTemplateSelectQuery; |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseElectronSignSettingParams { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseReceiveAccountParams { |
| | | /** 查询企业收款账户 */ |
| | | request?: GetEnterpriseReceiveAccountQuery; |
| | | } |
| | | |
| | | interface APIgetEnterpriseSmsSettingParams { |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseWalletAccessSelectParams { |
| | | /** 查询已签约企业钱包通道选择器数据 */ |
| | | request?: GetEnterpriseWalletAccessSelectQuery; |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseWalletExpandindirectOrderParams { |
| | |
| | | interface APIgetTaskEnterpriseParams { |
| | | /** 企业Id */ |
| | | id?: string; |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | } |
| | | |
| | | interface APIgetTaskInfoParams { |
| | |
| | | userInfoId?: string; |
| | | /** 用户类型 */ |
| | | userType?: EnumUserType; |
| | | /** 企业类型 */ |
| | | enterpriseType?: EnumEnterpriseType; |
| | | /** 客户端类型 */ |
| | | clientType?: EnumClientType; |
| | | } |
| | |
| | | Completed = 20, |
| | | } |
| | | |
| | | enum EnumEnterpriseCooperationWalletTransactionStatus { |
| | | /**待确认 */ |
| | | WaitSure = 10, |
| | | /**已到账 */ |
| | | Success = 20, |
| | | /**未到账 */ |
| | | Fail = 30, |
| | | } |
| | | |
| | | enum EnumEnterpriseCostStatus { |
| | | /**扣费成功 */ |
| | | Success = 10, |
| | |
| | | UserServerEnterprise = 19, |
| | | /**企业钱包 */ |
| | | UserServerEnterpriseWallet = 20, |
| | | /**企业合作钱包 */ |
| | | UserServerEnterpriseCooperationWallet = 21, |
| | | /**灵工信息 */ |
| | | UserServerEnterpriseEmployee = 21, |
| | | UserServerEnterpriseEmployee = 22, |
| | | /**电子签 */ |
| | | ElectronSignServerElectronSign = 22, |
| | | ElectronSignServerElectronSign = 23, |
| | | /**电子签 */ |
| | | ToolServerSms = 23, |
| | | ToolServerSms = 24, |
| | | } |
| | | |
| | | enum EnumResourceMethod { |
| | |
| | | Success = 20, |
| | | /**发送失败 */ |
| | | Fail = 30, |
| | | } |
| | | |
| | | enum EnumTaskApplyStatus { |
| | | /**待开始 */ |
| | | Wait = 10, |
| | | /**进行中 */ |
| | | InProcess = 20, |
| | | /**已结束 */ |
| | | End = 21, |
| | | } |
| | | |
| | | enum EnumTaskCheckReceiveMethod { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface ExportTaskSettlementOrdersCommand { |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | /** 任务Id */ |
| | | taskInfoId?: string; |
| | | paymentStatus?: GetSettlementTasksQueryPaymentStatus; |
| | | settlementOrderStatus?: EnumTaskSettlementOrderStatus; |
| | | settlementStatus?: EnumTaskSettlementStatus; |
| | | checkReceiveStatus?: EnumTaskCheckReceiveStatus; |
| | | /** 结算时间-起始 */ |
| | | settlementTimeBegin?: string; |
| | | /** 结算时间-截止 */ |
| | | settlementTimeEnd?: string; |
| | | } |
| | | |
| | | interface FriendlyResultBatchEnterpriseSignContractCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetCooperationWalletRechargeTransactionQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetCooperationWalletRechargeTransactionQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetCooperationWalletRechargeTransactionsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetCooperationWalletRechargeTransactionsQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetCooperationWalletsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetCooperationWalletsQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetDbAuditLogsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetEnterpriseQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetEnterpriseReceiveAccountQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetEnterpriseReceiveAccountQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 变量 */ |
| | | values?: GetContractTemplateQueryResultValue[]; |
| | | /** 变量 */ |
| | | customContents?: GetContractTemplateQueryResultCustomContent[]; |
| | | /** 创建操作人 */ |
| | | createdUserId?: string; |
| | | /** 是否企业用户创建 */ |
| | | isEnterpriseUserCreated?: boolean; |
| | | } |
| | | |
| | | interface GetContractTemplateQueryResultCustomContent { |
| | | /** 变量代码 */ |
| | | name?: string; |
| | | /** 值 */ |
| | | value?: string; |
| | | } |
| | | |
| | | interface GetContractTemplateQueryResultValue { |
| | |
| | | y?: number; |
| | | /** 页码 */ |
| | | page?: number; |
| | | } |
| | | |
| | | interface GetCooperationWalletRechargeTransactionQueryResult { |
| | | /** 交易Id */ |
| | | id?: string; |
| | | /** 合作Id */ |
| | | cooperationId?: string; |
| | | /** 进账单位 */ |
| | | receiveUnit?: string; |
| | | /** 开户名称 */ |
| | | receiveName?: string; |
| | | /** 开户银行 */ |
| | | receiveBank?: string; |
| | | /** 开户支行 */ |
| | | receiveBankBranch?: string; |
| | | /** 开户账号 */ |
| | | receiveAccount?: string; |
| | | /** 充值金额 */ |
| | | amount?: number; |
| | | /** 充值时间 */ |
| | | createdTime?: string; |
| | | transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus; |
| | | /** 凭证 */ |
| | | files?: string[]; |
| | | } |
| | | |
| | | interface GetCooperationWalletRechargeTransactionsQuery { |
| | | /** 合作Id */ |
| | | cooperationId?: string; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetCooperationWalletRechargeTransactionsQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetCooperationWalletRechargeTransactionsQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetCooperationWalletRechargeTransactionsQueryResultItem { |
| | | /** 交易Id */ |
| | | id?: string; |
| | | /** 钱包Id */ |
| | | walletId?: string; |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | /** 供应商名称 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 甲方企业Id */ |
| | | partyAEnterpriseId?: string; |
| | | /** 甲方企业名称 */ |
| | | partyAEnterpriseName?: string; |
| | | /** 甲方企业统一社会信用代码 */ |
| | | partyAEnterpriseSocietyCreditCode?: string; |
| | | /** 开户银行 */ |
| | | receiveBank?: string; |
| | | /** 开户支行 */ |
| | | receiveBankBranch?: string; |
| | | /** 开户账号 */ |
| | | receiveAccount?: string; |
| | | /** 充值金额 */ |
| | | amount?: number; |
| | | /** 充值时间 */ |
| | | createdTime?: string; |
| | | transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus; |
| | | } |
| | | |
| | | interface GetCooperationWalletsQuery { |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetCooperationWalletsQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetCooperationWalletsQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetCooperationWalletsQueryResultItem { |
| | | /** 合作Id */ |
| | | id?: string; |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | /** 供应商名称 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 供应商开户总行 */ |
| | | supplierEnterpriseBank?: string; |
| | | /** 供应商开户支行 */ |
| | | supplierEnterpriseBankBranch?: string; |
| | | /** 供应商户号 */ |
| | | supplierEnterpriseAccount?: string; |
| | | /** 甲方企业Id */ |
| | | partyAEnterpriseId?: string; |
| | | /** 甲方企业名称 */ |
| | | partyAEnterpriseName?: string; |
| | | /** 甲方企业统一社会信用代码 */ |
| | | partyAEnterpriseSocietyCreditCode?: string; |
| | | /** 余额 */ |
| | | balance?: number; |
| | | } |
| | | |
| | | type GetCurrentLogierMenusQuery = Record<string, any>; |
| | |
| | | content?: string[]; |
| | | } |
| | | |
| | | type GetEnterpriseContractTemplateSelectQuery = Record<string, any>; |
| | | |
| | | interface GetEnterpriseContractTemplateSelectQueryOption { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | interface GetEnterpriseEmployeesQueryResultItem { |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | /** 头像 */ |
| | | avatar?: string; |
| | | /** 姓名 */ |
| | |
| | | gender?: EnumUserGender; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 企业是否实名 */ |
| | | enterpriseIsReal?: boolean; |
| | | /** 角色 */ |
| | | roles?: string[]; |
| | | /** 是否实名 */ |
| | |
| | | taskCount?: number; |
| | | } |
| | | |
| | | type GetEnterpriseReceiveAccountQuery = Record<string, any>; |
| | | |
| | | interface GetEnterpriseReceiveAccountQueryResult { |
| | | /** 开户名称 */ |
| | | name?: string; |
| | | /** 开户总行 */ |
| | | bank?: string; |
| | | /** 开户支行 */ |
| | | bankBranch?: string; |
| | | /** 户号 */ |
| | | account?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseSmsSettingQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | interface GetEnterprisesQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | type?: EnumEnterpriseType; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 法人姓名 */ |
| | |
| | | /** 是否已配置 */ |
| | | isConfigured?: boolean; |
| | | } |
| | | |
| | | type GetEnterpriseWalletAccessSelectQuery = Record<string, any>; |
| | | |
| | | interface GetEnterpriseWalletAccessSelectQueryOption { |
| | | /** Id */ |
| | |
| | | balance?: number; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 供应商 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 任务名称 */ |
| | | taskName?: string; |
| | | /** 任务单号 */ |
| | | taskCode?: string; |
| | | /** 结算单号 */ |
| | | settlementCode?: string; |
| | | settlementAccess?: EnumEnterpriseWalletAccess; |
| | | /** 结算单名称 */ |
| | | settlementOrderName?: string; |
| | | settlementStatus?: EnumTaskSettlementStatus; |
| | | settlementReceiveStatus?: SettlementReceiveStatus; |
| | | /** 结算时间 */ |
| | | settlementTime?: string; |
| | | /** 付款人账户 */ |
| | |
| | | keywords?: string; |
| | | /** 任务Id */ |
| | | taskInfoId?: string; |
| | | paymentStatus?: GetSettlementTasksQueryPaymentStatus; |
| | | settlementOrderStatus?: EnumTaskSettlementOrderStatus; |
| | | settlementStatus?: EnumTaskSettlementStatus; |
| | | checkReceiveStatus?: EnumTaskCheckReceiveStatus; |
| | |
| | | settlementTimeBegin?: string; |
| | | /** 结算时间-截止 */ |
| | | settlementTimeEnd?: string; |
| | | paymentStatus?: GetSettlementTasksQueryPaymentStatus; |
| | | supplierPaymentStatus?: GetSettlementTasksQuerySupplierPaymentStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | |
| | | /** 任务单号 */ |
| | | code?: string; |
| | | checkReceiveStatus?: EnumTaskCheckReceiveStatus; |
| | | /** 结算单号 */ |
| | | settlementCode?: string; |
| | | settlementOrderStatus?: EnumTaskSettlementOrderStatus; |
| | | /** 结算单名称 */ |
| | | settlementOrderName?: string; |
| | |
| | | settlementRemark?: string; |
| | | /** 结算人数 */ |
| | | settlementUserCount?: number; |
| | | settlementAccess?: EnumEnterpriseWalletAccess; |
| | | auditStatus?: EnumTaskSettlementAuditStatus; |
| | | /** 操作人 */ |
| | | operator?: string; |
| | | } |
| | | |
| | | interface GetSettlementTasksQueryResultObjectData { |
| | |
| | | completedAuditCount?: number; |
| | | /** 已发放 */ |
| | | completedReleaseCount?: number; |
| | | } |
| | | |
| | | enum GetSettlementTasksQuerySupplierPaymentStatus { |
| | | /**待结算 */ |
| | | WaitSettlement = 10, |
| | | /**已结算 */ |
| | | CompletedSettlement = 20, |
| | | /**已发放 */ |
| | | CompletedRelease = 30, |
| | | } |
| | | |
| | | interface GetSettlementTaskUsersQueryResult { |
| | |
| | | interface GetTaskEnterpriseQueryResult { |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 供应商名称 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 是否实名 */ |
| | |
| | | applyBeginTime?: string; |
| | | /** 报名结束时间 */ |
| | | applyEndTime?: string; |
| | | applyStatus?: EnumTaskApplyStatus; |
| | | checkReceiveMethod?: EnumTaskCheckReceiveMethod; |
| | | paymentMethod?: EnumTaskPaymentMethod; |
| | | settlementAccess?: EnumEnterpriseWalletAccess; |
| | |
| | | verifyCode: string; |
| | | } |
| | | |
| | | interface RechargeCooperationWalletCommand { |
| | | /** 合作Id */ |
| | | cooperationId?: string; |
| | | /** 收款账户 */ |
| | | receiveAccount: string; |
| | | /** 金额 */ |
| | | amount: number; |
| | | /** 凭证 */ |
| | | files: string[]; |
| | | } |
| | | |
| | | interface RechargeEnterpriseWalletCommand { |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 自定义内容 */ |
| | | customContents?: string[]; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | |
| | | /** 灵工合同Id */ |
| | | enterpriseEmployeeContractId?: string; |
| | | status?: EnumEnterpriseCostStatus; |
| | | } |
| | | |
| | | interface SaveEnterpriseReceiveAccountCommand { |
| | | /** 开户总行 */ |
| | | bank?: string; |
| | | /** 开户支行 */ |
| | | bankBranch?: string; |
| | | /** 户号 */ |
| | | account?: string; |
| | | } |
| | | |
| | | interface SaveFrontConsoleLogCommand { |
| | |
| | | } |
| | | |
| | | interface SavePartyAEnterpriseCommand { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName: string; |
| | | /** 法人姓名 */ |
| | |
| | | password?: string; |
| | | /** 操作密码(选填 填了就改不填就不改) */ |
| | | operatorPassword?: string; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SavePersonalUserBankCardCommand { |
| | |
| | | files?: string[]; |
| | | } |
| | | |
| | | interface SureRechargeCooperationWalletCommand { |
| | | /** 合作Id */ |
| | | cooperationId?: string; |
| | | /** 交易Id */ |
| | | id?: string; |
| | | transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface SureTaskSettlementCommand { |
| | | /** 任务Id */ |
| | | taskInfoId?: string; |
| | | /** 操作令牌 */ |
| | | operatorToken?: string; |
| | | } |
| | | |
| | | type SyncContractTemplateParamterTo818Command = Record<string, any>; |
| | | |
| | | type SyncDatabaseCommand = Record<string, any>; |
| | | |
| | | interface SyncElectronSignSettingsCommand { |