feat(clgl): 新增入库材料条形码打印
生成入库单时同步生成入库材料条形码明细,并在入库单管理中支持整单和单条条形码打印。
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user