11
啊鑫
2025-06-23 646ac6f3e1e77d0481e46ea15a6eb6db4ecba065
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; }
}