mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-27 16:40:50 +08:00
fix: 后端代码格式化
This commit is contained in:
@@ -12,6 +12,7 @@ import lombok.Setter;
|
||||
@Entity
|
||||
@Table(name = "post_title_change_logs")
|
||||
public class PostTitleChangeLog extends PostChangeLog {
|
||||
private String oldTitle;
|
||||
private String newTitle;
|
||||
|
||||
private String oldTitle;
|
||||
private String newTitle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user