| | |
| | | |
| | | interface CheckPayStandardOrderCommandResult { |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | /** 支付时间 */ |
| | | payTime?: string; |
| | | /** 支付完成时间 */ |
| | | payCompletedTime?: string; |
| | | } |
| | | |
| | | interface CheckReceiveTaskCommand { |
| | |
| | | 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>; |
| | |
| | | Pass = 30, |
| | | } |
| | | |
| | | enum EnumGetStandardOrdersQueryScene { |
| | | /**预约订单 */ |
| | | Appointment = 10, |
| | | /**支付订单 */ |
| | | Pay = 20, |
| | | /**结算订单 */ |
| | | Settlement = 30, |
| | | } |
| | | |
| | | enum EnumInsuranceSupplierAccess { |
| | | /**人资园 */ |
| | | WaterDropCloud = 10, |
| | |
| | | Cancelled = 30, |
| | | } |
| | | |
| | | enum EnumStandardOrderRefundStatus { |
| | | /**待退款 */ |
| | | Wait = 10, |
| | | /**已退款 */ |
| | | Completed = 20, |
| | | /**退款失败 */ |
| | | Fail = 30, |
| | | } |
| | | |
| | | enum EnumStandardOrderSettlementStatus { |
| | | /**待结算 */ |
| | | Wait = 10, |
| | |
| | | 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 FriendlyResultGetStandardOrderAppointmentsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardOrderAppointmentsQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardOrderPaysQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardOrderPaysQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardOrderQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardOrderSettlementsQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardOrderSettlementsQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardOrdersQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | 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; |
| | |
| | | remark?: string; |
| | | } |
| | | |
| | | interface GetOpenStandardServiceListQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 创建时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | /** 是否收藏 */ |
| | | isCollected?: boolean; |
| | | } |
| | | |
| | | interface GetOpenStandardServicesQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | |
| | | signName?: string; |
| | | } |
| | | |
| | | interface GetStandardOrderAppointmentsQuery { |
| | | appointmentStatus?: EnumStandardOrderAppointmentStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardOrderAppointmentsQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardOrderAppointmentsQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardOrderAppointmentsQueryResultItem { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | /** 服务名称 */ |
| | | serviceName?: string; |
| | | /** 实付金额 */ |
| | | payAmount?: number; |
| | | /** 服务起始时间 */ |
| | | beginTime?: string; |
| | | /** 服务截止时间 */ |
| | | endTime?: string; |
| | | /** 服务地址(省市区+详细地址+门牌号) */ |
| | | addressDetail?: string; |
| | | /** 服务机构 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 服务人员 */ |
| | | serverNames?: string[]; |
| | | appointmentStatus?: EnumStandardOrderAppointmentStatus; |
| | | } |
| | | |
| | | interface GetStandardOrderPaysQuery { |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardOrderPaysQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardOrderPaysQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardOrderPaysQueryResultItem { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | /** 服务名称 */ |
| | | serviceName?: string; |
| | | /** 实付金额 */ |
| | | payAmount?: number; |
| | | /** 服务起始时间 */ |
| | | beginTime?: string; |
| | | /** 服务截止时间 */ |
| | | endTime?: string; |
| | | /** 服务地址(省市区+详细地址+门牌号) */ |
| | | addressDetail?: string; |
| | | /** 服务机构 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 服务人员 */ |
| | | serverNames?: string[]; |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | } |
| | | |
| | | interface GetStandardOrderQueryResult { |
| | | /** 订单Id */ |
| | | id?: string; |
| | |
| | | settlementAmount?: number; |
| | | } |
| | | |
| | | interface GetStandardOrderSettlementsQuery { |
| | | /** 关键字(订单号/服务名/供应商) */ |
| | | keywords?: string; |
| | | settlementStatus?: EnumStandardOrderSettlementStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardOrderSettlementsQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardOrderSettlementsQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardOrderSettlementsQueryResultItem { |
| | | /** 订单Id */ |
| | | id?: string; |
| | | /** 订单号 */ |
| | | code?: string; |
| | | /** 服务名称 */ |
| | | serviceName?: string; |
| | | /** 服务单号 */ |
| | | serviceCode?: string; |
| | | /** 甲方企业Id */ |
| | | partyAEnterpriseId?: string; |
| | | /** 甲方企业 */ |
| | | partyAEnterpriseName?: string; |
| | | /** 服务地址(省市区+详细地址+门牌号) */ |
| | | addressDetail?: string; |
| | | /** 服务机构 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 服务人员 */ |
| | | serverNames?: string[]; |
| | | /** 实付金额 */ |
| | | payAmount?: number; |
| | | /** 实收金额 */ |
| | | receiveAmount?: number; |
| | | /** 服务费 */ |
| | | serviceFee?: number; |
| | | /** 结算金额 */ |
| | | settlementAmount?: number; |
| | | /** 结算单号 */ |
| | | settlementCode?: string; |
| | | settlementStatus?: EnumStandardOrderSettlementStatus; |
| | | /** 结算时间 */ |
| | | settlementTime?: string; |
| | | /** 服务起始时间 */ |
| | | beginTime?: string; |
| | | /** 服务截止时间 */ |
| | | endTime?: string; |
| | | } |
| | | |
| | | interface GetStandardOrdersQuery { |
| | | scene?: EnumGetStandardOrdersQueryScene; |
| | | /** 关键字(订单号/服务名) */ |
| | | keywords?: string; |
| | | /** 下单时间-起始 */ |
| | |
| | | payTimeEnd?: string; |
| | | appointmentStatus?: EnumStandardOrderAppointmentStatus; |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | settlementStatus?: EnumStandardOrderSettlementStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | |
| | | serviceName?: string; |
| | | /** 服务单号 */ |
| | | serviceCode?: string; |
| | | /** 下单用户Id */ |
| | | createdUserId?: string; |
| | | /** 下单用户 */ |
| | | createdUserName?: string; |
| | | /** 联系电话 */ |
| | | createdUserContactPhoneNumber?: string; |
| | | /** 下单时间 */ |
| | | createdTime?: string; |
| | | /** 支付时间 */ |
| | | payTime?: string; |
| | | appointmentStatus?: EnumStandardOrderAppointmentStatus; |
| | | payStatus?: EnumStandardOrderPayStatus; |
| | | settlementStatus?: EnumStandardOrderSettlementStatus; |
| | | /** 甲方企业Id */ |
| | | partyAEnterpriseId?: string; |
| | | /** 甲方企业 */ |
| | | partyAEnterpriseName?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: 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; |
| | | } |
| | |
| | | file?: string; |
| | | /** 行业类别 */ |
| | | industryCategoryContent?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 岗位 */ |
| | | jobContent?: string; |
| | | /** 服务名 */ |
| | |
| | | recommendStatus?: EnumStandardServiceRecommendStatus; |
| | | /** 是否收藏 */ |
| | | isCollection?: boolean; |
| | | /** 收藏时间 */ |
| | | collectionTime?: string; |
| | | /** 创建时间 */ |
| | | createdTime?: string; |
| | | /** 供应商数量 */ |