username@email.com
2021-12-07 56ac25efe5d470e08df3827de011c24d02817249
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