lu
2025-02-23 c3ef6ffae7f21f622c2d9bbb4476bfba62cdba69
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 Guid AboutGuid { get; set; }
        public string ItemUnit { get; set; }
    }
}