管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-02-08 6eafc81a275b14cc6a2fc653f883e94c0313bc43
DataLoader/Model/ViewData.cs
@@ -11,11 +11,9 @@
    {
        public event PropertyChangedEventHandler PropertyChanged;
        public string Ext { set; get; }
        private int _id;
        private string _filePath;
        private string _status;
        public ViewData()
        {
@@ -37,6 +35,8 @@
            }
        }
        private string _filePath;
        public string FilePath
        {
            set
@@ -53,6 +53,8 @@
            }
        }
        private string _status;
        public string Status
        {
            set