From 5a50381b4d3b30a8de467d01d657a3a842ee0298 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 06 十二月 2021 16:28:42 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/DTO/SysCodeDTO.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/DTO/SysCodeDTO.cs b/zhengcaioa/DTO/SysCodeDTO.cs
index 3e5adbb..3837977 100644
--- a/zhengcaioa/DTO/SysCodeDTO.cs
+++ b/zhengcaioa/DTO/SysCodeDTO.cs
@@ -45,6 +45,11 @@
 
         public string WentiId { set; get; }
 
+        /// <summary>
+        /// 鎺掑簭
+        /// </summary>
+        public string Sort { set; get; }
+
     }
 
     public class SysCodeSearchEntity : SearchEntity
@@ -220,6 +225,8 @@
         public string CreatetimeStr { get; set; }
 
         public string RecStatusName { get; set; }
+
+        public string CommentsName { set; get; } 
     }
     #endregion
 

--
Gitblit v1.9.1