username@email.com
2021-12-06 5a50381b4d3b30a8de467d01d657a3a842ee0298
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