lu
2025-04-14 80fca75dc87026fc0ef2a634e1f08927339cde8a
DevApp/Gs.DevApp/DevFrm/Warehouse/Models/MesInvItemOutItems.cs
@@ -162,11 +162,14 @@
        public string ItemName { get; set; }
        public string ItemModel { get; set; }
        public decimal KtQty { get; set; }
        /// <summary>
        /// RK_LINE
        /// </summary>
        public string AboutGuid { get; set; }
        public Guid AboutGuid { get; set; }
        public string ItemUnit { get; set; }
    }
}