yanjinhui
2025-04-03 2623a84ddaeb38f5c8c6234a24980302b1ec550b
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs
@@ -29,11 +29,27 @@
        public string UserName { get; set; }
        /// <summary>
        /// äººè„¸è¯†åˆ«ç»„
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "人脸识别组")]
        public string Log_id { get; set; }
        /// <summary>
        /// äººè„¸è¯†åˆ«token
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "人脸识别token")]
        public string Face_token { get; set; }
        /// <summary>
        ///卡号
        /// </summary>
        [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 +164,6 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "租户ID",DefaultValue = "0")]
        public long TenantId { get; set; }
    }
}