export declare class ProductionOrder { static ID: string; jobName: string; productionOrderName: string; productionStatus: string; programName: string; targetCount: number; }