namespace Mesnac.Action.ChemicalWeighing.LjStock
{
public class StockView
{
///
///
///
public int Id { get; set; }
///
///
///
public string Code { get; set; }
///
///
///
public string StockName { 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; }
}
}