Interface STI_JobOrderLine

interface STI_JobOrderLine {
    Commessa: string;
    JobOrderNo: string;
    k: string;
    Line: string;
    operations: STI_Operation[];
    PartDescription: string;
    PartDescriptionPlus: string;
    Qty: number;
    STICode: string;
    UTDC: Date;
    UTDV: Date;
}

Properties

Commessa: string
JobOrderNo: string
k: string
Line: string
operations: STI_Operation[]
PartDescription: string
PartDescriptionPlus: string
Qty: number
STICode: string
UTDC: Date
UTDV: Date