From 9e8040896e8322e9f5d68504b3b439cd3d371bc8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 26 十一月 2021 17:00:12 +0800 Subject: [PATCH] 提交 --- zhengcaioa/DTO/SysCodeDTO.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/DTO/SysCodeDTO.cs b/zhengcaioa/DTO/SysCodeDTO.cs index 3e5adbb..4f4d09a 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 -- Gitblit v1.9.1