| | |
| | | contractEnd?: string; |
| | | } |
| | | |
| | | interface AddStandardOrderCommand { |
| | | /** 服务Id */ |
| | | serviceId?: string; |
| | | /** 服务名 */ |
| | | serviceName?: string; |
| | | /** 服务单号 */ |
| | | serviceCode?: string; |
| | | /** 规格 */ |
| | | specId?: string; |
| | | /** 规格名称 */ |
| | | specName?: string; |
| | | /** 规格价格 */ |
| | | specPrice?: number; |
| | | /** 规格数量 */ |
| | | specNumber?: number; |
| | | /** 地址Id */ |
| | | addressId?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 省份编号 */ |
| | | provinceCode?: string; |
| | | /** 省份 */ |
| | | provinceContent?: string; |
| | | /** 城市编号 */ |
| | | cityCode?: string; |
| | | /** 城市 */ |
| | | cityContent?: string; |
| | | /** 区编号 */ |
| | | areaCode?: string; |
| | | /** 区 */ |
| | | areaContent?: string; |
| | | /** 详细地址 */ |
| | | addressName?: string; |
| | | /** 门牌号 */ |
| | | addressDetail?: string; |
| | | /** 经度 */ |
| | | longitude?: number; |
| | | /** 纬度 */ |
| | | latitude?: number; |
| | | /** 服务起始时间 */ |
| | | beginTime?: string; |
| | | /** 服务截止时间 */ |
| | | endTime?: string; |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | /** 服务人员Id */ |
| | | enterpriseEmployeeIds?: string[]; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | payAccess?: EnumUserBankCardAccess; |
| | | } |
| | | |
| | | interface AgainSureTaskSettlementOrderRosterCommand { |
| | | /** 名单Id */ |
| | | id?: string; |
| | |
| | | request?: CheckHealthQuery; |
| | | } |
| | | |
| | | interface APIgetAdvertisementParams { |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetAliyunOSSAcsParams { |
| | | /** 获取阿里云OSS授权信息 */ |
| | | request?: GetAliyunOSSAcsQuery; |
| | |
| | | maxDeep?: number; |
| | | /** 携带下级 */ |
| | | withChildren?: boolean; |
| | | /** 字段1 */ |
| | | field1?: string; |
| | | /** 字段2 */ |
| | | field2?: string; |
| | | /** 字段3 */ |
| | | field3?: string; |
| | | /** 字段4 */ |
| | | field4?: string; |
| | | /** 字段5 */ |
| | | field5?: string; |
| | | } |
| | | |
| | | interface APIgetEnabledElectronSignSettingsParams { |
| | |
| | | all?: boolean; |
| | | } |
| | | |
| | | interface APIgetEnterpriseAddressParams { |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseContractTemplateSelectParams { |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | |
| | | roleId?: string; |
| | | } |
| | | |
| | | interface APIgetOpenStandardServiceParams { |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetPartyAEnterpriseParams { |
| | | /** 合作Id */ |
| | | id?: string; |
| | |
| | | operatorToken?: string; |
| | | } |
| | | |
| | | interface APIgetShowAdvertisementsParams { |
| | | /** 页面 */ |
| | | page?: EnumAdvertisementPage; |
| | | } |
| | | |
| | | interface APIgetStandardOrderParams { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetStandardServiceParams { |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetSupplierEnterpriseSelectParams { |
| | | /** 查询供应商选择器数据 */ |
| | | request?: GetSupplierEnterpriseSelectQuery; |
| | |
| | | insuranceSupplierId?: string; |
| | | } |
| | | |
| | | interface CancelStandardOrderAppointmentCommand { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | /** 取消原因 */ |
| | | appointmentCancelReason?: string; |
| | | } |
| | | |
| | | interface ChangePhoneNumberCommand { |
| | | /** 手机号码 */ |
| | | phoneNumber: string; |
| | |
| | | operatorToken?: string; |
| | | } |
| | | |
| | | interface CheckPayStandardOrderCommand { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface CheckPayStandardOrderCommandResult { |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | /** 支付时间 */ |
| | | payTime?: string; |
| | | /** 支付完成时间 */ |
| | | payCompletedTime?: string; |
| | | } |
| | | |
| | | interface CheckReceiveTaskCommand { |
| | | /** 提交Id */ |
| | | id?: string; |
| | |
| | | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; |
| | | } |
| | | |
| | | interface CheckRefundStandardOrderCommand { |
| | | /** 订单Id(二选一) */ |
| | | id?: string; |
| | | /** 退款交易编号(二选一) */ |
| | | refundCode?: string; |
| | | } |
| | | |
| | | interface CheckRefundStandardOrderCommandResult { |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | /** 支付时间 */ |
| | | payTime?: string; |
| | | /** 支付完成时间 */ |
| | | payCompletedTime?: string; |
| | | refundStatus?: EnumStandardOrderRefundStatus; |
| | | /** 退款时间 */ |
| | | refundTime?: string; |
| | | /** 退款完成时间 */ |
| | | refundCompletedTime?: string; |
| | | } |
| | | |
| | | type ChooseWxmpPhoneNumberCommand = Record<string, any>; |
| | | |
| | | type ClearTaskCollectCommand = Record<string, any>; |
| | | |
| | | interface CloseEnterpriseWalletCommand { |
| | |
| | | access?: EnumEnterpriseWalletAccess; |
| | | } |
| | | |
| | | interface CollectionStandardServiceCommand { |
| | | /** Id */ |
| | | ids?: string[]; |
| | | /** 是否收藏 */ |
| | | isCollect?: boolean; |
| | | } |
| | | |
| | | interface CollectTaskCommand { |
| | | /** 任务Id */ |
| | | ids?: string[]; |
| | |
| | | ids: string[]; |
| | | } |
| | | |
| | | interface DeleteEnterpriseAddressCommand { |
| | | ids: string[]; |
| | | } |
| | | |
| | | interface DeleteMenuCommand { |
| | | ids: string[]; |
| | | } |
| | |
| | | ids: string[]; |
| | | } |
| | | |
| | | interface DisabledEnterpriseCommand { |
| | | ids?: string[]; |
| | | /** 是否已禁用 */ |
| | | isDisabled?: boolean; |
| | | } |
| | | |
| | | interface EditEnterpriseEmployeeCommand { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | enum EnumAdvertisementPage { |
| | | /**甲方小程序首页 */ |
| | | PartAWxmpHome = 10, |
| | | } |
| | | |
| | | enum EnumAdvertisementStatus { |
| | | /**展示中 */ |
| | | InProcess = 20, |
| | | /**已下架 */ |
| | | Stopped = 100, |
| | | } |
| | | |
| | | enum EnumBillingMethod { |
| | | /**按月 */ |
| | | Month = 10, |
| | |
| | | Identity3 = 10, |
| | | /**企业四要素 */ |
| | | Identity4 = 20, |
| | | /**客户自认证 */ |
| | | Customer = 30, |
| | | } |
| | | |
| | | enum EnumEnterpriseType { |
| | |
| | | Supplier = 0, |
| | | /**甲方企业 */ |
| | | PartyA = 1, |
| | | /**平台 */ |
| | | Platform = 999, |
| | | } |
| | | |
| | | enum EnumEnterpriseWalletAccess { |
| | |
| | | Pass = 30, |
| | | } |
| | | |
| | | enum EnumGetStandardOrdersQueryScene { |
| | | /**预约订单 */ |
| | | Appointment = 10, |
| | | /**支付订单 */ |
| | | Pay = 20, |
| | | /**结算订单 */ |
| | | Settlement = 30, |
| | | } |
| | | |
| | | enum EnumInsuranceSupplierAccess { |
| | | /**人资园 */ |
| | | WaterDropCloud = 10, |
| | |
| | | BestSign = 10, |
| | | /**支付宝信任签 */ |
| | | AlipaySign = 20, |
| | | /**客户自认证 */ |
| | | Customer = 30, |
| | | } |
| | | |
| | | enum EnumResourceController { |
| | | /**数据字典 */ |
| | | FlexJobServerDictionary = 0, |
| | | /**标准订单服务 */ |
| | | FlexJobServerStandardService = 1, |
| | | /**标准订单 */ |
| | | FlexJobServerStandardOrder = 2, |
| | | /**任务 */ |
| | | FlexJobServerTask = 1, |
| | | FlexJobServerTask = 3, |
| | | /**任务人员 */ |
| | | FlexJobServerTaskUser = 2, |
| | | FlexJobServerTaskUser = 4, |
| | | /**任务验收 */ |
| | | FlexJobServerTaskCheckReceive = 3, |
| | | FlexJobServerTaskCheckReceive = 5, |
| | | /**投保产品 */ |
| | | FlexJobServerInsuranceProduct = 4, |
| | | FlexJobServerInsuranceProduct = 6, |
| | | /**企业投保产品 */ |
| | | FlexJobServerEnterpriseInsuranceProduct = 5, |
| | | FlexJobServerEnterpriseInsuranceProduct = 7, |
| | | /**广告 */ |
| | | CommonServerAdvertisement = 8, |
| | | /**编号地址 */ |
| | | CommonServerCodeUrls = 6, |
| | | CommonServerCodeUrls = 9, |
| | | /**文件 */ |
| | | CommonServerFileUtils = 7, |
| | | CommonServerFileUtils = 10, |
| | | /**事件 */ |
| | | CommonServerEventUtils = 8, |
| | | CommonServerEventUtils = 11, |
| | | /**文字识别 */ |
| | | CommonServerOcrUtils = 9, |
| | | CommonServerOcrUtils = 12, |
| | | /**日志记录 */ |
| | | CommonServerLogRecords = 10, |
| | | CommonServerLogRecords = 13, |
| | | /**同步数据库 */ |
| | | CommonServerSyncDatabase = 11, |
| | | CommonServerSyncDatabase = 14, |
| | | /**短信工具 */ |
| | | CommonServerSmsUtils = 12, |
| | | CommonServerSmsUtils = 15, |
| | | /**配置 */ |
| | | CommonServerSettings = 13, |
| | | CommonServerSettings = 16, |
| | | /**已读 */ |
| | | CommonServerReadRecord = 14, |
| | | CommonServerReadRecord = 17, |
| | | /**微信小程序 */ |
| | | CommonServerWxmp = 15, |
| | | CommonServerWxmp = 18, |
| | | /**用户认证 */ |
| | | UserServerAuth = 16, |
| | | UserServerAuth = 19, |
| | | /**用户菜单 */ |
| | | UserServerMenu = 17, |
| | | UserServerMenu = 20, |
| | | /**用户资源 */ |
| | | UserServerResource = 18, |
| | | UserServerResource = 21, |
| | | /**用户角色 */ |
| | | UserServerRole = 19, |
| | | UserServerRole = 22, |
| | | /**用户信息 */ |
| | | UserServerUser = 20, |
| | | UserServerUser = 23, |
| | | /**用户钱包 */ |
| | | UserServerUserWallet = 21, |
| | | UserServerUserWallet = 24, |
| | | /**电子签 */ |
| | | UserServerElectronSign = 22, |
| | | UserServerElectronSign = 25, |
| | | /**用户简历 */ |
| | | UserServerUserResume = 23, |
| | | UserServerUserResume = 26, |
| | | /**企业信息 */ |
| | | UserServerEnterprise = 24, |
| | | UserServerEnterprise = 27, |
| | | /**企业钱包 */ |
| | | UserServerEnterpriseWallet = 25, |
| | | UserServerEnterpriseWallet = 28, |
| | | /**企业合作钱包 */ |
| | | UserServerEnterpriseCooperationWallet = 26, |
| | | UserServerEnterpriseCooperationWallet = 29, |
| | | /**灵工信息 */ |
| | | UserServerEnterpriseEmployee = 27, |
| | | UserServerEnterpriseEmployee = 30, |
| | | /**电子签 */ |
| | | ElectronSignServerElectronSign = 28, |
| | | ElectronSignServerElectronSign = 31, |
| | | /**短信 */ |
| | | ToolServerSms = 29, |
| | | ToolServerSms = 32, |
| | | /**小程序 */ |
| | | ToolServerWxmp = 30, |
| | | ToolServerWxmp = 33, |
| | | /**保险 */ |
| | | WaterDropCloudServerInsurance = 31, |
| | | WaterDropCloudServerInsurance = 34, |
| | | } |
| | | |
| | | enum EnumResourceMethod { |
| | |
| | | Fail = 30, |
| | | } |
| | | |
| | | enum EnumStandardOrderAppointmentStatus { |
| | | /**待确认 */ |
| | | WaitSure = 10, |
| | | /**待服务 */ |
| | | WaitServe = 20, |
| | | /**已完成 */ |
| | | Completed = 30, |
| | | /**已取消 */ |
| | | Cancelled = 40, |
| | | } |
| | | |
| | | enum EnumStandardOrderPayStatus { |
| | | /**待支付 */ |
| | | Wait = 10, |
| | | /**已支付 */ |
| | | Completed = 20, |
| | | /**已取消 */ |
| | | Cancelled = 30, |
| | | } |
| | | |
| | | enum EnumStandardOrderRefundStatus { |
| | | /**待退款 */ |
| | | Wait = 10, |
| | | /**已退款 */ |
| | | Completed = 20, |
| | | /**退款失败 */ |
| | | Fail = 30, |
| | | } |
| | | |
| | | enum EnumStandardOrderSettlementStatus { |
| | | /**待结算 */ |
| | | Wait = 10, |
| | | /**已完成 */ |
| | | Completed = 20, |
| | | } |
| | | |
| | | enum EnumStandardServiceRecommendStatus { |
| | | /**未推荐 */ |
| | | No = 10, |
| | | /**已推荐 */ |
| | | Yes = 20, |
| | | } |
| | | |
| | | enum EnumStandardServiceReleaseStatus { |
| | | /**发布中 */ |
| | | InProcess = 20, |
| | | /**已停止 */ |
| | | Stopped = 100, |
| | | } |
| | | |
| | | enum EnumTaskApplyStatus { |
| | | /**待开始 */ |
| | | Wait = 10, |
| | |
| | | } |
| | | |
| | | enum EnumUserWalletTransactionType { |
| | | /**支付 */ |
| | | Payment = 1, |
| | | /**退款 */ |
| | | Refund = 2, |
| | | /**收入 */ |
| | | Income = 10, |
| | | /**提现 */ |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultCheckPayStandardOrderCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: CheckPayStandardOrderCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultCheckRefundStandardOrderCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: CheckRefundStandardOrderCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultEnterpriseUserElectronSignCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetAdvertisementQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetAdvertisementQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetAdvertisementsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetAdvertisementsQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetAliyunOSSAcsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetEnterpriseAddressesQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetEnterpriseAddressesQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetEnterpriseAddressQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetEnterpriseAddressQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetEnterpriseContractTemplateLogsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardOrderQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardOrderQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardOrdersQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardOrdersQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardServiceCommentsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardServiceCommentsQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardServiceQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardServiceQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardServiceServersQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardServiceServersQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardServicesQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardServicesQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardServiceSupplierEnterprisesQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardServiceSupplierEnterprisesQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetTaskEnterpriseQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultHistoryQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: HistoryQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultImportEnterpriseEmployeesCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultListGetShowAdvertisementsQueryResultItem { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | /** 数据 */ |
| | | data?: GetShowAdvertisementsQueryResultItem[]; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultListGetStandardServicesQueryResultItem { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | /** 数据 */ |
| | | data?: GetStandardServicesQueryResultItem[]; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultListGetUserInfoRolesQueryResultItem { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultPayStandardOrderCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: PayStandardOrderCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultPersonalUserElectronSignCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface GetAdvertisementLogsQuery { |
| | | /** Id */ |
| | | id?: string; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetAdvertisementQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | | page?: EnumAdvertisementPage; |
| | | /** 广告名称 */ |
| | | name?: string; |
| | | /** 开始时间 */ |
| | | beginTime?: string; |
| | | /** 结束时间 */ |
| | | endTime?: string; |
| | | /** 广告图片 */ |
| | | file?: string; |
| | | /** 广告链接 */ |
| | | url?: string; |
| | | status?: EnumAdvertisementStatus; |
| | | /** 排序 */ |
| | | sort?: number; |
| | | } |
| | | |
| | | interface GetAdvertisementsQuery { |
| | | /** 关键字(广告名称) */ |
| | | keywords?: string; |
| | | /** 广告开始时间 */ |
| | | beginTime?: string; |
| | | /** 广告结束时间 */ |
| | | endTime?: string; |
| | | page?: EnumAdvertisementPage; |
| | | status?: EnumAdvertisementStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetAdvertisementsQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetAdvertisementsQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetAdvertisementsQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | page?: EnumAdvertisementPage; |
| | | /** 广告名称 */ |
| | | name?: string; |
| | | /** 开始时间 */ |
| | | beginTime?: string; |
| | | /** 结束时间 */ |
| | | endTime?: string; |
| | | /** 广告图片 */ |
| | | file?: string; |
| | | /** 广告链接 */ |
| | | url?: string; |
| | | status?: EnumAdvertisementStatus; |
| | | /** 排序 */ |
| | | sort?: number; |
| | | } |
| | | |
| | | type GetAlipayNotifyCommand = Record<string, any>; |
| | | |
| | | type GetAliyunOSSAcsQuery = Record<string, any>; |
| | |
| | | checkReceiveMethods?: EnumTaskCheckReceiveMethod[]; |
| | | /** 是否内部任务 */ |
| | | isInternal?: boolean; |
| | | /** 联系人 */ |
| | | contacts?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | } |
| | | |
| | | interface GetCodeUrlQueryResult { |
| | |
| | | mergeSignCost?: number; |
| | | } |
| | | |
| | | interface GetEnterpriseAddressesQuery { |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetEnterpriseAddressesQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetEnterpriseAddressesQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetEnterpriseAddressesQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 省市区+详细地址+门牌号 */ |
| | | addressDetail?: string; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | } |
| | | |
| | | interface GetEnterpriseAddressQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 省份编号 */ |
| | | provinceCode?: string; |
| | | /** 省份 */ |
| | | provinceContent?: string; |
| | | /** 城市编号 */ |
| | | cityCode?: string; |
| | | /** 城市 */ |
| | | cityContent?: string; |
| | | /** 区编号 */ |
| | | areaCode?: string; |
| | | /** 区 */ |
| | | areaContent?: string; |
| | | /** 详细地址 */ |
| | | addressName?: string; |
| | | /** 门牌号 */ |
| | | addressDetail?: string; |
| | | /** 经度 */ |
| | | longitude?: number; |
| | | /** 纬度 */ |
| | | latitude?: number; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | } |
| | | |
| | | interface GetEnterpriseContractTemplateLogsQuery { |
| | | /** 模板Id */ |
| | | id?: string; |
| | |
| | | interface GetEnterpriseLoginInfoQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | | type?: EnumUserType; |
| | | /** 头像 */ |
| | | avatar?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 手机号 */ |
| | | contactPhoneNumber?: string; |
| | | gender?: EnumUserGender; |
| | | /** 营业执照照片 */ |
| | | licenseImage?: string; |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 企业是否实名 */ |
| | | enterpriseIsReal?: boolean; |
| | | /** 角色 */ |
| | |
| | | interface GetEnterpriseQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | | type?: EnumEnterpriseType; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 统一社会信用代码 */ |
| | |
| | | userName?: string; |
| | | /** 在招岗位数量 */ |
| | | taskCount?: number; |
| | | cooperationStatus?: EnumEnterpriseCooperationStatus; |
| | | signStatus?: EnumEnterpriseCooperationSignStatus; |
| | | /** 合作协议 */ |
| | | cooperationAgreementUrl?: string; |
| | | serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType; |
| | | /** 服务费 */ |
| | | serviceFeeRate?: number; |
| | | /** 发票税点 */ |
| | | invoiceTaxPointRate?: number; |
| | | } |
| | | |
| | | type GetEnterpriseReceiveAccountQuery = Record<string, any>; |
| | |
| | | keywords?: string; |
| | | /** 是否已配置 */ |
| | | isConfigured?: boolean; |
| | | type?: EnumEnterpriseType; |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 创建时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | |
| | | societyCreditCode?: string; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | /** 是否禁用 */ |
| | | isDisabled?: boolean; |
| | | /** 联系人 */ |
| | | contacts?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 手机号 */ |
| | | userPhoneNumber?: string; |
| | | /** 所在省份 */ |
| | | provinceContent?: string; |
| | | /** 所在城市 */ |
| | |
| | | industryTypeContent?: string; |
| | | /** 是否已配置 */ |
| | | isConfigured?: boolean; |
| | | /** 关联服务 */ |
| | | standardServiceCount?: number; |
| | | serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType; |
| | | /** 服务费 */ |
| | | serviceFeeRate?: number; |
| | | /** 创建时间 */ |
| | | createdTime?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseWalletAccessSelectQueryOption { |
| | |
| | | remark?: string; |
| | | } |
| | | |
| | | interface GetOpenStandardServiceListQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 创建时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | /** 是否收藏 */ |
| | | isCollected?: boolean; |
| | | } |
| | | |
| | | interface GetOpenStandardServicesQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 创建时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | /** 是否收藏 */ |
| | | isCollected?: boolean; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetOpenTaskInfosQuery { |
| | | /** 关键字(任务名称) */ |
| | | keywords?: string; |
| | |
| | | code?: string; |
| | | /** 任务名称 */ |
| | | taskName?: string; |
| | | /** 任务单号 */ |
| | | taskCode?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 结算日期 */ |
| | |
| | | ereceiptDownloadOssUrl?: string; |
| | | } |
| | | |
| | | interface GetShowAdvertisementsQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 广告名称 */ |
| | | name?: string; |
| | | /** 广告图片 */ |
| | | file?: string; |
| | | /** 广告链接 */ |
| | | url?: string; |
| | | } |
| | | |
| | | interface GetSmsLogsQuery { |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | |
| | | signName?: string; |
| | | } |
| | | |
| | | interface GetStandardOrderQueryResult { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | /** 服务Id */ |
| | | serviceId?: string; |
| | | /** 服务名 */ |
| | | serviceName?: string; |
| | | /** 甲方企业Id */ |
| | | partyAEnterpriseId?: string; |
| | | /** 甲方企业 */ |
| | | partyAEnterpriseName?: string; |
| | | /** 规格Id */ |
| | | specId?: string; |
| | | /** 规格名称 */ |
| | | specName?: string; |
| | | /** 规格价格 */ |
| | | specPrice?: number; |
| | | /** 规格数量 */ |
| | | specNumber?: number; |
| | | /** 地址Id */ |
| | | addressId?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 省份编号 */ |
| | | provinceCode?: string; |
| | | /** 省份 */ |
| | | provinceContent?: string; |
| | | /** 城市编号 */ |
| | | cityCode?: string; |
| | | /** 城市 */ |
| | | cityContent?: string; |
| | | /** 区编号 */ |
| | | areaCode?: string; |
| | | /** 区 */ |
| | | areaContent?: string; |
| | | /** 详细地址 */ |
| | | addressName?: string; |
| | | /** 门牌号 */ |
| | | addressDetail?: string; |
| | | /** 经度 */ |
| | | longitude?: number; |
| | | /** 纬度 */ |
| | | latitude?: number; |
| | | /** 服务起始时间 */ |
| | | beginTime?: string; |
| | | /** 服务截止时间 */ |
| | | endTime?: string; |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | /** 供应商 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 服务人员Id */ |
| | | serverId?: string; |
| | | /** 服务人员姓名 */ |
| | | serverName?: string; |
| | | /** 服务人员联系电话 */ |
| | | serverContactPhoneNumber?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | payAccess?: EnumUserBankCardAccess; |
| | | appointmentStatus?: EnumStandardOrderAppointmentStatus; |
| | | /** 预约完成/取消时间 */ |
| | | appointmentCompletedTime?: string; |
| | | /** 取消原因 */ |
| | | appointmentCancelReason?: string; |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | /** 实付金额 */ |
| | | payAmount?: number; |
| | | /** 支付时间 */ |
| | | payTime?: string; |
| | | settlementStatus?: EnumStandardOrderSettlementStatus; |
| | | serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType; |
| | | /** 服务费 */ |
| | | serviceFee?: number; |
| | | /** 实收金额 */ |
| | | receiveAmount?: number; |
| | | /** 结算金额 */ |
| | | settlementAmount?: number; |
| | | } |
| | | |
| | | interface GetStandardOrdersQuery { |
| | | scene?: EnumGetStandardOrdersQueryScene; |
| | | /** 关键字(订单号/服务名) */ |
| | | keywords?: string; |
| | | /** 下单时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 下单时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | /** 支付时间-起始 */ |
| | | payTimeBegin?: string; |
| | | /** 支付时间-截止 */ |
| | | payTimeEnd?: string; |
| | | appointmentStatus?: EnumStandardOrderAppointmentStatus; |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | settlementStatus?: EnumStandardOrderSettlementStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardOrdersQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardOrdersQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardOrdersQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 订单号 */ |
| | | code?: string; |
| | | /** 服务名 */ |
| | | serviceName?: string; |
| | | /** 服务单号 */ |
| | | serviceCode?: string; |
| | | /** 下单用户Id */ |
| | | createdUserId?: string; |
| | | /** 下单用户 */ |
| | | createdUserName?: string; |
| | | /** 联系电话 */ |
| | | createdUserContactPhoneNumber?: string; |
| | | /** 下单时间 */ |
| | | createdTime?: string; |
| | | appointmentStatus?: EnumStandardOrderAppointmentStatus; |
| | | /** 甲方企业Id */ |
| | | partyAEnterpriseId?: string; |
| | | /** 甲方企业 */ |
| | | partyAEnterpriseName?: string; |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | /** 供应商 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 供应商联系电话 */ |
| | | supplierContactPhoneNumber?: string; |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | /** 支付完成时间 */ |
| | | payCompletedTime?: string; |
| | | /** 实付金额 */ |
| | | payAmount?: number; |
| | | /** 实收金额 */ |
| | | receiveAmount?: number; |
| | | /** 服务费 */ |
| | | serviceFee?: number; |
| | | settlementStatus?: EnumStandardOrderSettlementStatus; |
| | | /** 结算单号 */ |
| | | settlementCode?: string; |
| | | /** 结算时间 */ |
| | | settlementTime?: string; |
| | | /** 结算金额 */ |
| | | settlementAmount?: number; |
| | | } |
| | | |
| | | interface GetStandardServiceCommentsQuery { |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardServiceCommentsQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardServiceCommentsQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardServiceCommentsQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 评分 */ |
| | | star?: number; |
| | | /** 内容 */ |
| | | content?: string; |
| | | /** 创建时间 */ |
| | | createdTime?: string; |
| | | } |
| | | |
| | | interface GetStandardServiceQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 行业类别编号 */ |
| | | industryCategoryCode?: string; |
| | | /** 行业类别 */ |
| | | industryCategoryContent?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 岗位 */ |
| | | jobContent?: string; |
| | | /** 服务名 */ |
| | | name?: string; |
| | | /** 服务单号 */ |
| | | code?: string; |
| | | /** 规格 */ |
| | | specs?: GetStandardServiceQueryResultSpec[]; |
| | | /** 最低规格价格 */ |
| | | minSpecPrice?: number; |
| | | /** 图片 */ |
| | | files?: string[]; |
| | | /** 服务描述 */ |
| | | description?: string; |
| | | /** 供应商 */ |
| | | suppliers?: GetStandardServiceQueryResultSupplier[]; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | /** 是否收藏 */ |
| | | isCollection?: boolean; |
| | | } |
| | | |
| | | interface GetStandardServiceQueryResultSpec { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 规格名称 */ |
| | | name?: string; |
| | | /** 价格 */ |
| | | price?: number; |
| | | } |
| | | |
| | | interface GetStandardServiceQueryResultSupplier { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 法人姓名 */ |
| | | legalPerson?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | /** 联系人 */ |
| | | contacts?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 所在省份 */ |
| | | provinceContent?: string; |
| | | /** 所在城市 */ |
| | | cityContent?: string; |
| | | } |
| | | |
| | | interface GetStandardServiceServersQuery { |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | /** 服务起始时间 */ |
| | | beginTime?: string; |
| | | /** 服务截止时间 */ |
| | | endTime?: string; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardServiceServersQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardServiceServersQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardServiceServersQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 头像 */ |
| | | avatar?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | gender?: EnumUserGender; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | realMethod?: EnumUserRealMethod; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 身份编号 */ |
| | | personalIdentityCode?: string; |
| | | /** 身份 */ |
| | | personalIdentityContent?: string; |
| | | /** 学历编号 */ |
| | | educationalBackgroundCode?: string; |
| | | /** 学历 */ |
| | | educationalBackgroundContent?: string; |
| | | /** 上岗次数 */ |
| | | taskCount?: number; |
| | | /** 工作资历 */ |
| | | workSeniority?: string; |
| | | /** 工作经验 */ |
| | | workExperience?: string; |
| | | } |
| | | |
| | | interface GetStandardServicesQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 创建时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | /** 是否收藏 */ |
| | | isCollected?: boolean; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardServicesQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardServicesQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardServicesQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 首个图片 */ |
| | | file?: string; |
| | | /** 行业类别 */ |
| | | industryCategoryContent?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 岗位 */ |
| | | jobContent?: string; |
| | | /** 服务名 */ |
| | | name?: string; |
| | | /** 最低规格价格 */ |
| | | minSpecPrice?: number; |
| | | /** 服务单号 */ |
| | | code?: string; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | /** 是否收藏 */ |
| | | isCollection?: boolean; |
| | | /** 收藏时间 */ |
| | | collectionTime?: string; |
| | | /** 创建时间 */ |
| | | createdTime?: string; |
| | | /** 供应商数量 */ |
| | | supplierCount?: number; |
| | | } |
| | | |
| | | interface GetStandardServiceSupplierEnterprisesQuery { |
| | | /** 服务Id */ |
| | | serviceId?: string; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardServiceSupplierEnterprisesQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardServiceSupplierEnterprisesQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardServiceSupplierEnterprisesQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 头像 */ |
| | | avatar?: string; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 服务人员 */ |
| | | serverCount?: number; |
| | | /** 服务人次 */ |
| | | serviceCount?: number; |
| | | /** 经营范围 */ |
| | | mainBusiness?: string; |
| | | } |
| | | |
| | | type GetSupplierEnterpriseSelectQuery = Record<string, any>; |
| | | |
| | | interface GetSupplierEnterpriseSelectQueryOption { |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | | supplierEnterprise?: GetSupplierEnterpriseSelectQueryOptionEnterprise; |
| | | /** 是否已配置保险 */ |
| | | isConfiguredInsurance?: boolean; |
| | | } |
| | | |
| | | interface GetSupplierEnterpriseSelectQueryOptionEnterprise { |
| | |
| | | enterpriseId?: string; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 联系人 */ |
| | | contacts?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 是否认证 */ |
| | |
| | | hiddenAlipay?: boolean; |
| | | } |
| | | |
| | | interface HistoryQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: HistoryQueryResultItem[]; |
| | | } |
| | | |
| | | interface HistoryQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 操作人 */ |
| | | createdUser?: string; |
| | | /** 操作时间 */ |
| | | createdTime?: string; |
| | | operate?: EnumDbAuditOperate; |
| | | /** 操作内容 */ |
| | | content?: string[]; |
| | | } |
| | | |
| | | interface ImportEnterpriseEmployeesCommand { |
| | | /** Excel地址 */ |
| | | excelUrl?: string; |
| | |
| | | enterpriseType?: EnumEnterpriseType; |
| | | } |
| | | |
| | | interface PayStandardOrderCommand { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface PayStandardOrderCommandResult { |
| | | /** 时间戳 |
| | | 从 1970 年 1 月 1 日 00:00:00 至今的秒数,即当前的时间 */ |
| | | timestamp?: string; |
| | | /** 随机字符串 |
| | | 长度为32个字符以下 */ |
| | | nonceStr?: string; |
| | | /** 统一下单接口返回的 prepay_id 参数值 |
| | | 提交格式如:prepay_id=*** */ |
| | | package?: string; |
| | | /** 签名算法,应与后台下单时的值一致 |
| | | MD5 仅在 v2 版本接口适用 |
| | | HMAC-SHA256 仅在 v2 版本接口适用 |
| | | RSA 仅在 v3 版本接口适用 */ |
| | | signType?: string; |
| | | /** 签名,具体见微信支付文档 */ |
| | | paySign?: string; |
| | | /** 支付结束时间 */ |
| | | timeExpire?: string; |
| | | } |
| | | |
| | | interface PersonalUserElectronSignCommand { |
| | | /** 灵工Id(二选一) */ |
| | | id?: string; |
| | |
| | | taskInfoId?: string; |
| | | } |
| | | |
| | | interface SaveAdvertisementCommand { |
| | | page?: EnumAdvertisementPage; |
| | | /** 广告名称 */ |
| | | name?: string; |
| | | /** 开始时间 */ |
| | | beginTime?: string; |
| | | /** 结束时间 */ |
| | | endTime?: string; |
| | | /** 广告图片 */ |
| | | file?: string; |
| | | /** 广告链接 */ |
| | | url?: string; |
| | | /** 排序 */ |
| | | sort?: number; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SaveCodeUrlCommand { |
| | | scene?: EnumCodeUrlScene; |
| | | /** 地址 */ |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface SaveEnterpriseAddressCommand { |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 省份编号 */ |
| | | provinceCode?: string; |
| | | /** 城市编号 */ |
| | | cityCode?: string; |
| | | /** 区编号 */ |
| | | areaCode?: string; |
| | | /** 详细地址 */ |
| | | addressName?: string; |
| | | /** 门牌号 */ |
| | | addressDetail?: string; |
| | | /** 经度 */ |
| | | longitude?: number; |
| | | /** 纬度 */ |
| | | latitude?: number; |
| | | /** 是否默认 */ |
| | | isDefault?: boolean; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SaveEnterpriseCommand { |
| | | /** 企业全称 */ |
| | | enterpriseName: string; |
| | |
| | | userName?: string; |
| | | /** 密码 */ |
| | | password?: string; |
| | | cooperationStatus?: EnumEnterpriseCooperationStatus; |
| | | signStatus?: EnumEnterpriseCooperationSignStatus; |
| | | /** 合作协议 */ |
| | | cooperationAgreementUrl?: string; |
| | | serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType; |
| | | /** 服务费 */ |
| | | serviceFeeRate?: number; |
| | | /** 发票税点 */ |
| | | invoiceTaxPointRate?: number; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | |
| | | signName?: string; |
| | | } |
| | | |
| | | interface SaveStandardServiceCommand { |
| | | /** 行业类别编号 */ |
| | | industryCategoryCode?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 服务名 */ |
| | | name?: string; |
| | | /** 规格 */ |
| | | specs?: SaveStandardServiceCommandSpec[]; |
| | | /** 图片 */ |
| | | files?: string[]; |
| | | /** 服务描述 */ |
| | | description?: string; |
| | | /** 供应商 */ |
| | | supplierIds?: string[]; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SaveStandardServiceCommandSpec { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 规格名称 */ |
| | | name?: string; |
| | | /** 价格 */ |
| | | price?: number; |
| | | } |
| | | |
| | | interface SaveTaskInfoCommand { |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |
| | |
| | | relationId?: string; |
| | | } |
| | | |
| | | interface SetAdvertisementStatusCommand { |
| | | /** Id */ |
| | | ids?: string[]; |
| | | status?: EnumAdvertisementStatus; |
| | | } |
| | | |
| | | interface SetDictionaryDataIsDisabledCommand { |
| | | ids?: string[]; |
| | | /** 是否已禁用 */ |
| | |
| | | insuranceSupplierAccount?: string; |
| | | } |
| | | |
| | | interface SetEnterpriseLoginInfoCommand { |
| | | /** 头像 */ |
| | | avatar?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 营业执照照片 */ |
| | | licenseImage?: string; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 手机号 */ |
| | | contactPhoneNumber?: string; |
| | | } |
| | | |
| | | interface SetEnterpriseSmsSettingCommand { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | userInfoIds?: string[]; |
| | | } |
| | | |
| | | interface SetStandardServiceRecommendStatusCommand { |
| | | /** Id */ |
| | | ids?: string[]; |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | } |
| | | |
| | | interface SetStandardServiceReleaseStatusCommand { |
| | | /** Id */ |
| | | ids?: string[]; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | } |
| | | |
| | | interface SetTaskInfoRecommendStatusCommand { |
| | | /** Id */ |
| | | ids?: string[]; |
| | |
| | | remark?: string; |
| | | } |
| | | |
| | | interface SureStandardOrderAppointmentCommand { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SureStandardOrderCommand { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | /** 评分 */ |
| | | commentStar?: number; |
| | | /** 评价 */ |
| | | commentContent?: string; |
| | | } |
| | | |
| | | interface SureTaskSettlementCommand { |
| | | /** 任务Id */ |
| | | taskInfoId?: string; |
| | |
| | | reject_reason: string; |
| | | } |
| | | |
| | | interface WeChatPayTransactionsJsApiNotifyCommand { |
| | | /** 通知ID,回调通知的唯一编号 */ |
| | | id?: string; |
| | | /** 通知创建时间 |
| | | 1、定义:本次回调通知创建的时间 |
| | | 2、格式:遵循rfc3339标准格式:yyyy-MM-DDTHH:mm:ss+TIMEZONE(示例:2015-05-20T13:29:35+08:00 表示北京时间2015年5月20日13点29分35秒) */ |
| | | create_time?: string; |
| | | /** 通知的类型,微信支付回调通知的类型 |
| | | 支付成功通知的类型为TRANSACTION.SUCCESS */ |
| | | event_type?: string; |
| | | /** 通知数据类型,通知的资源数据类型,固定为encrypt-resource */ |
| | | resource_type?: string; |
| | | resource?: WeChatPayTransactionsJsApiNotifyCommandResource; |
| | | /** 回调摘要,微信支付对回调内容的摘要备注 */ |
| | | summary?: string; |
| | | } |
| | | |
| | | interface WeChatPayTransactionsJsApiNotifyCommandResource { |
| | | /** 加密算法类型,回调数据密文的加密算法类型,目前为AEAD_AES_256_GCM,开发者需要使用同样类型的数据进行解密 */ |
| | | algorithm?: string; |
| | | /** 数据密文,Base64编码后的回调数据密文,服务商需Base64解码并使用APIV3密钥解密,具体参考如何解密证书和回调报文 */ |
| | | ciphertext?: string; |
| | | /** 附加数据,参与解密的附加数据,该字段可能为空 */ |
| | | associated_data?: string; |
| | | /** 原始回调类型,加密前的对象类型,为transaction */ |
| | | original_type?: string; |
| | | /** 随机串,参与解密的随机串 */ |
| | | nonce?: string; |
| | | } |
| | | |
| | | interface WxmpLoginCommand { |
| | | /** 用户登录凭证 */ |
| | | code: string; |