From d14b82fec13361486c49165371b5dee1b7089c09 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 09 十二月 2021 13:35:23 +0800
Subject: [PATCH] 提交

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

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

--
Gitblit v1.9.1