//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace Audit { using System; using System.Collections.Generic; public partial class Dyelots { public int ID { get; set; } public string Dyelot { get; set; } public int ReDye { get; set; } public Nullable Industry { get; set; } public string Machine { get; set; } public string DispenseMachine { get; set; } public Nullable StartTime { get; set; } public Nullable EndTime { get; set; } public Nullable StandardTime { get; set; } public Nullable TotalShot { get; set; } public Nullable State { get; set; } public Nullable Blocked { get; set; } public string Program { get; set; } public Nullable Color { get; set; } public Nullable CreationTime { get; set; } public string Batch { get; set; } public string OrderNo { get; set; } public Nullable TotalWeight { get; set; } public string LiquidRatio { get; set; } public string TotalVolume { get; set; } public Nullable AcidQty { get; set; } public Nullable ActualAcidQty { get; set; } public Nullable Sequence { get; set; } public Nullable DispenseMode { get; set; } public Nullable DyeDissolve { get; set; } public Nullable CheDissolve { get; set; } public Nullable TotalBuckets { get; set; } public Nullable SpcTotalBuckets { get; set; } public Nullable DissolveMethod { get; set; } public string ReferenceDyelot { get; set; } public Nullable Final { get; set; } public Nullable Shade { get; set; } public string UserAccount { get; set; } public string FabricName { get; set; } public string ColorName { get; set; } public string CustomerName { get; set; } public string CUSTOMER_CODE { get; set; } public string FABRIC_CODE { get; set; } public Nullable GRAMS_YARD { get; set; } public Nullable NeedDissolving { get; set; } public Nullable EarliestStartTime { get; set; } public Nullable Committed { get; set; } public string Parameters { get; set; } public string Notes { get; set; } public Nullable SummarizeResult { get; set; } public string ProgramsUsed { get; set; } public string ColorNo { get; set; } public Nullable ModifyDT { get; set; } public Nullable CreateDT { get; set; } public Nullable Yard { get; set; } public string SheetNo { get; set; } public Nullable AlarmTime { get; set; } public string ExRead { get; set; } public string FactoryTicketNo { get; set; } public string DyeingBatch { get; set; } public string EOCAlarms { get; set; } public Nullable RunTime { get; set; } public Nullable ProcessTime { get; set; } public Nullable NormalTime { get; set; } public Nullable SleepTime { get; set; } public Nullable DelayTime { get; set; } public string EOCDelays { get; set; } public Nullable DyelotStartShift { get; set; } public Nullable DyelotEndShift { get; set; } public short DyeDissolving { get; set; } } }