namespace Mesnac.Action.ChemicalWeighing.LjDry
{
    public class DrySettingView
    {
        public int Id { get; set; }
        public string Name { get; set; }

        public bool Model { get; set; }
        public bool Status { get; set; }
        public int Batch { get; set; }
        public int Step { get; set; }
        public int StepCode { get; set; }
        public int  TotalTime { get; set; }
        public int StepTime { get; set; }
        
        public float Temperature { get; set; }
        public float Speed { get; set; }
        public float Currnet { get; set; }
        public float Pressure { get; set; }
    }
}