OQC
啊鑫
2025-07-16 35347311da9ca47ac614603ebf4c3ccab8cf26a2
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; }