111
yanjinhui
2025-03-28 9f0add00d40fc00e039b92b2fb3469394b1a24f5
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs
@@ -34,6 +34,11 @@
        [SugarColumn( IsNullable = true, ColumnDescription = "鍗″彿")]
        public int CardNumber { get; set; }
        /// <summary>
        /// 鐝粍
        /// </summary>
        [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "鍗″彿")]
        public string Userteam {  get; set; }
        /// <summary>
        /// 瑙掕壊ID
@@ -148,5 +153,6 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "绉熸埛ID",DefaultValue = "0")]
        public long TenantId { get; set; }
    }
}