111
啊鑫
2025-08-29 d1dc6aaa453c38c6282930d85c58388b89aac065
MES.Service/Dto/service/InventoryItem.cs
@@ -14,7 +14,8 @@
    [SugarColumn(ColumnName = "ITEM_NAME")]
    public string ItemName { get; set; }
    [SugarColumn(ColumnName = "QTY")] public decimal Qty { get; set; } // 使用 decimal 来表示数量
    [SugarColumn(ColumnName = "QTY")]
    public decimal Qty { get; set; } // 使用 decimal 来表示数量
    [SugarColumn(ColumnName = "sections_code")]
    public string SectionsCode { get; set; }