lu
2025-02-12 ec1bc0739f729e55a59d0987f3ebd23cee7f798e
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
@@ -12,5 +12,9 @@
        public List<FilterEntity> FilterList { get; set; }
        public List<string> StringList { get; set; }
        public List<dynamic> DynamicList { get; set; }
        public string StringSingle { get; set; }
    }
}