啊鑫
2025-07-29 c53a461aef16902ca78cdb7bd0c62305e2fee809
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; }