namespace Mesnac.Action.ChemicalWeighing.LjTanNum { public class TankNumCodingView { /// /// /// public int Id { get; set; } /// /// /// public string TankCode { get; set; } /// /// /// public string TankName { get; set; } /// /// /// public int MTypeId { get; set; } /// /// /// public float High { get; set; } /// /// /// public float Slow { get; set; } /// /// /// public float SlowScale { get; set; } /// /// /// public float Lead { get; set; } /// /// /// public float Jog { get; set; } /// /// /// public string Remark { get; set; } /// /// 小料1 /// public string MaterialTypeName { get; set; } } }