From cf25900d05a788e9052132b55e471695319542e0 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 03 十二月 2021 15:40:49 +0800
Subject: [PATCH] t提交
---
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