lu
2025-02-12 a5691a54ff0f13af00d48b49a44f25dc3144ef0d
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; }
    }
}