15 lines
454 B
C#
15 lines
454 B
C#
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; }
|
|
}
|
|
}
|