1
啊鑫
2024-10-24 5c4e1afe9838a92a4faa8c56db8880afff3c5411
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
@@ -12,5 +12,11 @@
    public class UpdateParentEventArgs : EventArgs
    {
        public string Data { get; set; }
        public List<FilterEntity> FilterList { get; set; }
        public List<string> StringList { get; set; }
    }
}
}