From 48527dff9c5adda9881cad10fa9dbeecf6f07bed Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 19 三月 2025 11:58:52 +0800 Subject: [PATCH] 模型模板修改 --- WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs b/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs index ffe4d03..3fc241e 100644 --- a/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs +++ b/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs @@ -1,16 +1,10 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace IBox.WinFrmUI +锘縩amespace IBox.WinFrmUI { public class IBoxFilterViewModel { - public bool IsFlowFilter { get; set; } + public bool IsFlowFilter { get; set; } - public bool IsPressFilter { get; set; } + public bool IsPressFilter { get; set; } public IBoxFilterConfigViewModel FlowFilterConfig { get; set; } -- Gitblit v1.9.3