using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Text; namespace ProductionLineMonitor.Core.Models { [Table("MachineProcessFOGs")] public class MachineProcessFOG : Base { public string MachineId { get; set; } public DateTime DataTime { get; set; } public int No { get; set; } public int FPC拍照抛料总数 { get; set; } public float FPC抛料率 { get; set; } public int FPC抛料总数 { get; set; } public int FPC真空抛料总数 { get; set; } public int FPC总投入数 { get; set; } public int 校正平台FPC拍照抛料数 { get; set; } public int 校正平台FPC真空抛料数 { get; set; } public int 预压头FPC拍照抛料数 { get; set; } public int 预压头FPC真空抛料数 { get; set; } } }