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 = "卡号")] @@ -61,7 +67,7 @@ /// <summary> /// 是否是组长 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "是否是组长")] [SugarColumn(IsNullable = true, ColumnDescription = "是否是组长")] public int IsLeader { get; set; } /// <summary>