| | |
| | | public string UserName { 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 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "瑙掕壊ID")] |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "绉熸埛ID",DefaultValue = "0")] |
| | | public long TenantId { get; set; } |
| | | |
| | | } |
| | | } |