下升降机扫码优化 八工位入库优化 库存报表

This commit is contained in:
2024-08-09 14:08:14 +08:00
parent e95000f004
commit 00f01db950
7 changed files with 286 additions and 146 deletions

View File

@@ -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; }
}