using iWareCommon.Utils; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareSDA_SQL.MES.Entity { public class Mes_BatchOrderUPIParam { public int Id { get; set; } public string PlanNo { get; set; } public string OrderId { get; set; } public string UPI { get; set; } public string DetailName { get; set; } public float Length { get; set; } public float Width { get; set; } public float Thk { get; set; } public string Matgrid { get; set; } public int IsEB { get; set; } public int DRNum { get; set; } public int IsPA { get; set; } public int MaterialIndeX { get; set; } public string PackageCode { get; set; } public float MachineXCenter { get; set; } public float MachineYCenter { get; set; } public float MachineZCenter { get; set; } public float Rotation { get; set; } public int Sequence { get; set; } public int Shelf { get; set; } public string Backup1 { get; set; } public string Backup2 { get; set; } public string Backup3 { get; set; } public string Backup4 { get; set; } public int Status { get; set; } public int IsScannOne { get; set; } public int IsScannTwo { get; set; } public int IsScannThree { get; set; } public int IsScannFour { get; set; } public int IsScannFive { get; set; } } }