| | |
| | | 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 = "卡号")] |
| | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "角色ID")] |
| | | public int Role_Id { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 是否是组长 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "是否是组长")] |
| | | public int IsLeader { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 角色名称 |
| | | /// </summary> |