Files
SGGL_SHJ/SGGL/Model/HJGL/MaterialCodeLibBarCodeOutput.cs
T

17 lines
541 B
C#

namespace Model
{
public class MaterialCodeLibBarCodeOutput
{
public string MaterialCode { get; set; }
public string Code { get; set; }
public string HeatNo { get; set; }
public string BatchNo { get; set; }
public string MaterialName { get; set; }
public string MaterialDef { get; set; }
public string MaterialSpec { get; set; }
public string MaterialUnit { get; set; }
public string BarCode { get; set; }
public decimal? Quantity { get; set; }
}
}