kyy
2025-08-29 bdfcb2760a617d0fb95ee934696a3dde477d7e68
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; }