| | |
| | | remark?: string; |
| | | /** 结算金额 */ |
| | | settlementAmount?: number; |
| | | /** 签到时间 */ |
| | | checkInTime?: string; |
| | | /** 签出时间 */ |
| | | checkOutTime?: string; |
| | | checkHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; |
| | | } |
| | |
| | | /** 用户签出时间 */ |
| | | userCheckOutTime?: string; |
| | | userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 用户操作人 */ |
| | | userOperator?: string; |
| | | /** 人工签到时间 */ |
| | | checkInTime?: string; |
| | | /** 人工签出时间 */ |
| | |
| | | lastSubmitTime?: string; |
| | | checkReceiveStatus?: EnumTaskCheckReceiveStatus; |
| | | submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; |
| | | /** 验收方式 */ |
| | | checkReceiveMethods?: EnumTaskCheckReceiveMethod[]; |
| | | } |
| | | |
| | | interface GetCheckReceiveTaskQueryResultObjectData { |
| | |
| | | /** 用户签出时间 */ |
| | | userCheckOutTime?: string; |
| | | userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 用户操作人 */ |
| | | userOperator?: string; |
| | | /** 人工签到时间 */ |
| | | checkInTime?: string; |
| | | /** 人工签出时间 */ |
| | | checkOutTime?: string; |
| | | checkHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 操作人 */ |
| | | operator?: string; |
| | | /** 验收照片 */ |
| | | files?: string[]; |
| | | /** 验收方式 */ |
| | | checkReceiveMethods?: EnumTaskCheckReceiveMethod[]; |
| | | /** 任务超时服务费单价 */ |
| | | timeoutServiceFee?: number; |
| | | /** 服务费(元) */ |
| | | serviceFee?: number; |
| | | /** 超时(小时) */ |
| | | timeoutHours?: number; |
| | | /** 超时费用(元) */ |
| | | timeoutFee?: number; |
| | | /** 其他费用(元) */ |
| | | otherFee?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 结算金额 */ |
| | | settlementAmount?: number; |
| | | } |
| | | |
| | | interface GetCheckReceiveTaskUserSubmitsQuery { |
| | |
| | | /** 用户签出时间 */ |
| | | userCheckOutTime?: string; |
| | | userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 用户操作人 */ |
| | | userOperator?: string; |
| | | /** 人工签到时间 */ |
| | | checkInTime?: string; |
| | | /** 人工签出时间 */ |
| | |
| | | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; |
| | | /** 验收时间 */ |
| | | checkReceiveTime?: string; |
| | | /** 验收方式 */ |
| | | checkReceiveMethods?: EnumTaskCheckReceiveMethod[]; |
| | | } |
| | | |
| | | interface GetCheckReceiveTaskUserSubmitsQueryResultObjectData { |
| | |
| | | endTime?: string; |
| | | /** 任务地点名称 */ |
| | | addressName?: string; |
| | | /** 验收方式 */ |
| | | checkReceiveMethods?: EnumTaskCheckReceiveMethod[]; |
| | | } |
| | | |
| | | interface GetCodeUrlQueryResult { |
| | |
| | | settlementReceiveStatus?: SettlementReceiveStatus; |
| | | /** 结算时间 */ |
| | | settlementTime?: string; |
| | | settlementAuditStatus?: EnumTaskSettlementAuditStatus; |
| | | /** 审核时间 */ |
| | | settlementAuditTime?: string; |
| | | /** 付款人账户 */ |
| | | payerAccount?: string; |
| | | /** 付款人名称 */ |
| | |
| | | checkReceiveStatus?: EnumTaskCheckReceiveStatus; |
| | | /** 结算单号 */ |
| | | settlementCode?: string; |
| | | /** 供应商名称 */ |
| | | supplierEnterpriseName?: string; |
| | | settlementOrderStatus?: EnumTaskSettlementOrderStatus; |
| | | /** 结算单名称 */ |
| | | settlementOrderName?: string; |
| | |
| | | |
| | | type RepairContractTemplateValuePointBy1202Command = Record<string, any>; |
| | | |
| | | type RepairTaskEstimatedServiceFee1301Command = Record<string, any>; |
| | | |
| | | interface ResendResourceCommand { |
| | | /** 资源日志Id */ |
| | | id?: string; |
| | |
| | | taskInfoId?: string; |
| | | /** 日期 */ |
| | | date?: string; |
| | | /** 用户签到时间 */ |
| | | userCheckInTime?: string; |
| | | /** 用户签出时间 */ |
| | | userCheckOutTime?: string; |
| | | userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 附件 */ |
| | | files?: string[]; |