//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace Models { using System; using System.Collections.Generic; public partial class Machines { public string Name { get; set; } public string DispenseDyelot { get; set; } public Nullable DispenseReDye { get; set; } public string RescheduleGroup { get; set; } public string Connect { get; set; } public Nullable ChemicalCallOff { get; set; } public Nullable ChemicalState { get; set; } public Nullable ChemicalTank { get; set; } public Nullable ChemicalTankSize { get; set; } public Nullable ChemicalEnabled { get; set; } public string ChemicalStatus { get; set; } public string ChemicalDispenser { get; set; } public Nullable ChemicalError { get; set; } public Nullable ChemicalDistribute { get; set; } public string ChemicalStation { get; set; } public Nullable ChemicalDevideNo { get; set; } public Nullable ChemicalDispensedTime { get; set; } public Nullable ChemicalDefaultTank { get; set; } public Nullable ChemicalDissolving { get; set; } public Nullable ChemicalResp { get; set; } public Nullable ChemicalCallOff2 { get; set; } public Nullable ChemicalState2 { get; set; } public Nullable ChemicalTank2 { get; set; } public string ChemicalStatus2 { get; set; } public Nullable ChemicalResp2 { get; set; } public Nullable ChemicalTargetSelect { get; set; } public string ChemicalTargetMachine { get; set; } public Nullable DyeCallOff { get; set; } public Nullable DyeState { get; set; } public Nullable DyeTank { get; set; } public Nullable DyeTankSize { get; set; } public Nullable DyeEnabled { get; set; } public string DyeStatus { get; set; } public string DyeDispenser { get; set; } public Nullable DyeError { get; set; } public Nullable DyeDistribute { get; set; } public string DyeStation { get; set; } public Nullable DyeDevideNo { get; set; } public Nullable DyeDispensedTime { get; set; } public Nullable DyeDefaultTank { get; set; } public Nullable DyeResp { get; set; } public string DyeDispenseDyelot { get; set; } public Nullable DyeDispenseReDye { get; set; } public Nullable DyeDissolving { get; set; } public Nullable PowderCallOff { get; set; } public Nullable PowderState { get; set; } public Nullable PowderTank { get; set; } public Nullable PowderTankSize { get; set; } public Nullable PowderEnabled { get; set; } public string PowderStatus { get; set; } public string PowderDispenser { get; set; } public Nullable PowderError { get; set; } public string PowderStation { get; set; } public Nullable PowderDevideNo { get; set; } public Nullable PowderDispensedTime { get; set; } public Nullable PowderDefaultTank { get; set; } public Nullable PowderResp { get; set; } public Nullable HostRead { get; set; } public string OnSystem { get; set; } public string SystemID { get; set; } public Nullable SchDispenseTime { get; set; } public string UserAccount { get; set; } public Nullable AutoMode { get; set; } public Nullable UseOnScheduling { get; set; } public string CheDispenseDyelot { get; set; } public Nullable CheDispenseReDye { get; set; } public Nullable SampleDye { get; set; } public string name1 { get; set; } public string Parameters { get; set; } public string ProgramGroup { get; set; } public string ReportGroup { get; set; } public string PortAddress { get; set; } public Nullable Interrupt { get; set; } public Nullable NetworkNumber { get; set; } public string SpecificMachineMimic { get; set; } public Nullable OutOfService { get; set; } public Nullable IsGhost { get; set; } public Nullable ManualDownloadOnly { get; set; } public string LogicArtPort { get; set; } public Nullable GastonLoggedOn { get; set; } public Nullable DEnabled { get; set; } public Nullable DLookAhead { get; set; } public Nullable LogicArtUnlocked { get; set; } public Nullable MaximumGradient { get; set; } public string LoggedOffReason { get; set; } public string LoggedOffNotes { get; set; } public Nullable AutoDispense { get; set; } public Nullable AllowRemoteReschedule { get; set; } public Nullable CorrectionsAbove { get; set; } public Nullable Is161 { get; set; } public Nullable Locked { get; set; } public Nullable AutoDownloadParams { get; set; } public Nullable NoAutoDownloadMessages { get; set; } public string TonelloIP { get; set; } public string Test { get; set; } public string MainTemperature { get; set; } public Nullable CallType { get; set; } } }