huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs
@@ -25,13 +25,13 @@
        /// <summary>
        ///甯愬彿
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "甯愬彿")]
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "甯愬彿")]
        public string UserName { get; set; }
        /// <summary>
        /// 瑙掕壊ID
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "瑙掕壊ID")]
        [SugarColumn(IsNullable = true, ColumnDescription = "瑙掕壊ID")]
        public int Role_Id { get; set; }
        /// <summary>
@@ -55,13 +55,13 @@
        /// <summary>
        /// 瀵嗙爜
        /// </summary>
        [SugarColumn(Length = 200, IsNullable = false, ColumnDescription = "瀵嗙爜")]
        [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "瀵嗙爜")]
        public string UserPwd { get; set; }
        /// <summary>
        /// 鐪熷疄濮撳悕
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "鐪熷疄濮撳悕")]
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "鐪熷疄濮撳悕")]
        public string UserTrueName { get; set; }
        /// <summary>
@@ -85,7 +85,7 @@
        /// <summary>
        /// 鏄惁鍙敤
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鍙敤")]
        [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁鍙敤")]
        public byte Enable { get; set; }
        /// <summary>
@@ -121,7 +121,7 @@
        /// <summary>
        /// 绉熸埛ID
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "绉熸埛ID", DefaultValue = "0")]
        [SugarColumn(IsNullable = true, ColumnDescription = "绉熸埛ID", DefaultValue = "0")]
        public long TenantId { get; set; }
    }
}