移动系统liao
2024-05-29 71e821ab5e6b3014fac9b691d6957bcc09704b70
CoreCms.Net.Model/Entities/User/CoreCmsUser.cs
@@ -17,7 +17,7 @@
    /// 用户表
    /// </summary>
    [SugarTable("CoreCmsUser",TableDescription = "用户表")]
    [SqlCodeFirst]
    //[SqlCodeFirst]
    public partial class CoreCmsUser
    {
        /// <summary>
@@ -162,7 +162,7 @@
        [StringLength(maximumLength: 255, ErrorMessage = "{0}不能超过{1}字")]
        [SugarColumn(IsNullable = true)]
        public System.String isplanorder { get; set; }
    }