管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-09-14 66895d613ea87a37cd295f5b0bd1cdd095df3879
DataLoader/Model/ViewData.cs
@@ -13,11 +13,11 @@
        public string Ext { set; get; }
        private int _id;
        public ViewData()
        {
        }
        private int _id;
        public int ID
        {
@@ -35,6 +35,21 @@
            }
        }
        private bool _checked;
        public bool Checked
        {
            set
            {
                if (_checked != value)
                {
                    _checked = value;
                    ChangProperty("Checked");
                }
            }
            get { return _checked; }
        }
        private string _filePath;
        public string FilePath