//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace Models { using System; using System.Collections.Generic; public partial class DyelotHead { public string Dyelot { get; set; } public int ReDye { get; set; } public Nullable StartTime { get; set; } public Nullable EndTime { get; set; } public Nullable CreationTime { get; set; } public string TotalVolume { get; set; } public Nullable DispenseTimes { get; set; } public Nullable CurrDispTime { get; set; } public string CurrTotalVolume { get; set; } public Nullable State { get; set; } public Nullable Sequence { get; set; } public Nullable Color { get; set; } public Nullable PickUp { get; set; } public Nullable GramsYard { get; set; } public Nullable TotalLength { get; set; } public Nullable FabricWidth { get; set; } public string UserAccount { get; set; } public string RefTotalVolume { get; set; } public string RestVolume { get; set; } public string LFDefine { get; set; } public string Machine { get; set; } public Nullable Blocked { get; set; } public Nullable Industry { get; set; } public string Volume { get; set; } public Nullable StandardTime { get; set; } public Nullable LFArt { get; set; } public string RemainVolume { get; set; } public Nullable FinalPickUp { get; set; } public Nullable LFWasher { get; set; } public string ActualTotalVolume { get; set; } public Nullable ActualTotalLength { get; set; } public Nullable UsedPickup { get; set; } public string RemainPadderVol { get; set; } public Nullable ExecuteTime { get; set; } public string RealAdd1 { get; set; } public string RealAdd2 { get; set; } public string RealAdd3 { get; set; } public string RealAdd4 { get; set; } public string RealAdd5 { get; set; } public string PromptAdd1 { get; set; } public string PromptAdd2 { get; set; } public string PromptAdd3 { get; set; } public string PromptAdd4 { get; set; } public string PromptAdd5 { get; set; } public Nullable StartButton { get; set; } public Nullable EndButton { get; set; } public string MergerVol { get; set; } } }