lu
2025-03-08 b92da1e9087c91f2384f83ff33856f2e1d939ff2
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; }
    }
}