From 6eafc81a275b14cc6a2fc653f883e94c0313bc43 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 08 二月 2023 10:31:49 +0800
Subject: [PATCH] 1

---
 DataLoader/Model/ViewData.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/DataLoader/Model/ViewData.cs b/DataLoader/Model/ViewData.cs
index 5f1ec30..2086ee0 100644
--- a/DataLoader/Model/ViewData.cs
+++ b/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

--
Gitblit v1.9.3