其它出库单位bug
This commit is contained in:
12
BasicData/Tnb.BasicData.Entities/Dto/TranUnitOutput.cs
Normal file
12
BasicData/Tnb.BasicData.Entities/Dto/TranUnitOutput.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Tnb.BasicData.Entities.Dto
|
||||
{
|
||||
public class TranUnitOutput
|
||||
{
|
||||
public string material_id { get; set; }
|
||||
public string erp_unit_id { get; set; }
|
||||
public decimal tran_qty1 { get; set; }
|
||||
public decimal tran_qty2 { get; set; }
|
||||
public decimal tran_qty3 { get; set; }
|
||||
public decimal tran_qty4 { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user