id
id: string
sequence
sequence: number
status
status: "COMPLETED" | "IN_PROGRESS" | "PENDING" | "SKIPPED"
plannedStart
plannedStart: Date | null
plannedEnd
plannedEnd: Date | null
actualStart
actualStart: Date | null
actualEnd
actualEnd: Date | null
plannedDuration
plannedDuration: number | null
actualDuration
actualDuration: number | null
efficiency
efficiency: number | null
qualityStatus
qualityStatus: "PENDING" | "FAILED" | "PASSED" | null
producedQuantity
producedQuantity: number | null
scrapQuantity
scrapQuantity: number | null
operator
operator: string | null
notes
notes: string | null
workOrderId
workOrderId: string
operationId
operationId: string | null
workStationId
workStationId: string | null
operatorUserId
operatorUserId: string | null
createdAt
createdAt: Date
updatedAt
updatedAt: Date
operation
operation:
| {
id: string;
code: string;
name: string;
description: string
| null;
content: string | null;
sequence: number;
duration: number | null;
setupTime: number | null;
isActive: boolean;
workCenter: { name: string } | null;
timingABC: any;
}
| null
workStation
workStation: { id: string; name: string; code: string } | null
operatorUser
operatorUser: { name: string | null } | null