|
@ -34,6 +34,9 @@ namespace Pingchuan.BeijingSafeguard.Model |
|
|
[Column("last_compute_time")] |
|
|
[Column("last_compute_time")] |
|
|
public DateTime? LastComputeTime { get; set; } |
|
|
public DateTime? LastComputeTime { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
[Column("login_count")] |
|
|
|
|
|
public int LoginCount { get; set; } |
|
|
|
|
|
|
|
|
[Column("last_login_time")] |
|
|
[Column("last_login_time")] |
|
|
public DateTime? LastLoginTime { get; set; } |
|
|
public DateTime? LastLoginTime { get; set; } |
|
|
|
|
|
|
|
|