111
cnf
2025-04-03 9b81c00f17a7bbf481d8d02112641810baafa9d0
MES.Service/Modes/MesInvItemMovesCDetails.cs
@@ -229,4 +229,9 @@
    /// </summary>
    [SugarColumn(ColumnName = "MOVE_OK")]
    public decimal? MoveOk { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemModel { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemUnit { get; set; }
    [SugarColumn(IsIgnore = true)] public string? SuppName { get; set; }
}