1
啊鑫
2024-10-08 1a586fff23913ff9ac8b5e9b62839ab5b767cb61
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; }
}