SGGL_SHJ/SGGL/Model/CLGL/Tw_InputDetailBarCodeOutput.cs

15 lines
454 B
C#
Raw Normal View History

namespace Model
{
public class Tw_InputDetailBarCodeOutput
{
public string Id { get; set; }
public string InputDetailId { get; set; }
public string InputMasterId { get; set; }
public string CusBillCode { get; set; }
public string MaterialCode { get; set; }
public string MaterialName { get; set; }
public string MaterialDef { get; set; }
public string BarCode { get; set; }
}
}