refac,wip: refresh 수치를 이전 중
- connect, con을 잊었음!
This commit is contained in:
@@ -19,21 +19,10 @@ class GeneralAccessLog extends \LDTO\DTO
|
||||
#[RawName('user_id')]
|
||||
public ?int $userID,
|
||||
|
||||
#[RawName('nation_id')]
|
||||
#[NullIsUndefined]
|
||||
public ?int $nationID,
|
||||
|
||||
#[RawName('last_refresh')]
|
||||
#[Convert(DateTimeConverter::class)]
|
||||
public \DateTimeImmutable $lastRefresh,
|
||||
|
||||
#[RawName('last_connect')]
|
||||
#[Convert(DateTimeConverter::class)]
|
||||
public ?\DateTimeImmutable $lastConnect,
|
||||
|
||||
#[RawName('login_total')]
|
||||
public int $loginTotal,
|
||||
|
||||
public int $refresh,
|
||||
|
||||
#[RawName('refresh_total')]
|
||||
|
||||
Reference in New Issue
Block a user