export interface AssemblyMonitoringUnitDetailDbDto {
  ProdPlanSeq: number;
  ProdPlanNo: string;
  ModelSeq: number;
  SerialNo: string;
  ModelName: string;
  RowBlock: number | string | null;
  Proc1: string | null;
  Work1: string | null;
  Proc2: string | null;
  Work2: string | null;
  Proc3: string | null;
  Work3: string | null;
  Proc4: string | null;
  Work4: string | null;
  Proc5: string | null;
  Work5: string | null;
}
