| | |
| | | /// <summary> |
| | | ///甯愬彿 |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "甯愬彿")] |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "甯愬彿")] |
| | | public string UserName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 瑙掕壊ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "瑙掕壊ID")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "瑙掕壊ID")] |
| | | public int Role_Id { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 瀵嗙爜 |
| | | /// </summary> |
| | | [SugarColumn(Length = 200, IsNullable = false, ColumnDescription = "瀵嗙爜")] |
| | | [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "瀵嗙爜")] |
| | | public string UserPwd { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鐪熷疄濮撳悕 |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "鐪熷疄濮撳悕")] |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "鐪熷疄濮撳悕")] |
| | | public string UserTrueName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 鏄惁鍙敤 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鍙敤")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁鍙敤")] |
| | | public byte Enable { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 绉熸埛ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "绉熸埛ID", DefaultValue = "0")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "绉熸埛ID", DefaultValue = "0")] |
| | | public long TenantId { get; set; } |
| | | } |
| | | } |