This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package ru.soune.nocopy.dto.file;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
public class CheckStatus {
|
||||
private Long userId;
|
||||
private Integer countChecked;
|
||||
private Integer remainingLimit;
|
||||
private LocalDateTime lastCheckAt;
|
||||
}
|
||||
Reference in New Issue
Block a user