yanjinhui
2025-06-02 4b4cc0dd66d0bfb8220709f6a5edd5fc3b8a65c2
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs
@@ -46,6 +46,12 @@
        public int CardNumber { get; set; }
        /// <summary>
        /// 单位
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "单位")]
        public string Unit {  get; set; }
        /// <summary>
        /// 班组
        /// </summary>
        [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "卡号")]
@@ -57,6 +63,13 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "角色ID")]
        public int Role_Id { get; set; }
        /// <summary>
        /// 是否是组长
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "是否是组长")]
        public int IsLeader { get; set; }
        /// <summary>
        /// 角色名称
        /// </summary>