fix: general_access_log에 벌점 관련 데이터 누락
This commit is contained in:
@@ -27,6 +27,12 @@ class GeneralAccessLog extends \LDTO\DTO
|
||||
|
||||
#[RawName('refresh_total')]
|
||||
public int $refreshTotal,
|
||||
|
||||
#[RawName('refresh_score')]
|
||||
public int $refreshScore,
|
||||
|
||||
#[RawName('refresh_score_total')]
|
||||
public int $refreshScoreTotal,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user