下升降机扫码优化 八工位入库优化 库存报表
This commit is contained in:
@@ -11,13 +11,13 @@ public partial class WmsStockReportH
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string mater_name { get; set; }
|
||||
/// <summary>
|
||||
/// 明细列表
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public List<WmsStockReportCode> Details { get; set; }
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string material_name { get; set; }
|
||||
///// <summary>
|
||||
///// 明细列表
|
||||
///// </summary>
|
||||
//[SugarColumn(IsIgnore = true)]
|
||||
//public List<WmsStockReportCode> Details { get; set; }
|
||||
//[SugarColumn(IsIgnore = true)]
|
||||
public decimal codeqty { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user