mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 14:30:59 +08:00
@@ -67,4 +67,10 @@ public class Post {
|
||||
@Column
|
||||
private LocalDateTime pinnedAt;
|
||||
|
||||
@Column(nullable = false)
|
||||
private long commentCount = 0;
|
||||
|
||||
@Column
|
||||
private LocalDateTime lastReplyAt;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user