11
啊鑫
2025-07-15 5dc3cc86f5835369cd830f2a83318b9a8d69cf69
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; }