| | |
| | | [SugarTable("Dt_LoginHistory", "鐧诲綍璁板綍"), MultiTenant] |
| | | public class Dt_LoginHistory : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// 涓婚敭 |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | public int ID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 鐢ㄦ埛璐︽埛 |
| | | /// /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string Account { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 鐢ㄦ埛鐪熷疄濮撳悕 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string TrurName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ip鍦板潃 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string LogIP { get; set; } |
| | | //[SugarColumn(IsNullable = true)] |
| | | // public DateTime Createdate { get; set; } |
| | | |
| | | } |
| | | |
| | | } |