nope/modules/xetics-lean-connector/generated/models/ProcessingJobDTO.ts

29 lines
798 B
TypeScript
Raw Normal View History

2021-08-26 18:47:05 +00:00
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { IdNameExtIdDTO } from './IdNameExtIdDTO';
export type ProcessingJobDTO = {
archivedTime?: string;
autoId?: string;
consumptions?: Array<IdNameExtIdDTO>;
extId?: string;
hasAllQualityParametersFilled?: boolean;
hasAllTraceabilityParametersFilled?: boolean;
id?: number;
lotAutoId?: string;
lotId?: number;
name?: string;
priority?: number;
processParameters?: Array<IdNameExtIdDTO>;
processTarget?: IdNameExtIdDTO;
productId?: number;
productionOrderId?: number;
qualityParameters?: Array<IdNameExtIdDTO>;
quantity?: number;
reworkOn?: boolean;
startTime?: string;
tagId?: string;
traceabilityParameters?: Array<IdNameExtIdDTO>;
}