mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 21:01:08 +08:00
fix: 后端代码格式化
This commit is contained in:
@@ -12,6 +12,7 @@ import lombok.Setter;
|
||||
@Entity
|
||||
@Table(name = "post_closed_change_logs")
|
||||
public class PostClosedChangeLog extends PostChangeLog {
|
||||
private boolean oldClosed;
|
||||
private boolean newClosed;
|
||||
|
||||
private boolean oldClosed;
|
||||
private boolean newClosed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user