代码格式化

This commit is contained in:
none
2023-04-07 10:03:45 +08:00
parent fc8ff14a24
commit f437b3ad4d
252 changed files with 7467 additions and 5770 deletions

View File

@@ -1,13 +1,19 @@
/**
* This file is part of the PlayEdu.
* (c) 杭州白书科技有限公司
*/
package xyz.playedu.api.event;
import lombok.Getter;
import lombok.Setter;
import org.springframework.context.ApplicationEvent;
import java.util.Date;
/**
* @Author 杭州白书科技有限公司
*
* @create 2023/2/26 17:42
*/
@Getter
@@ -18,7 +24,8 @@ public class CourseChapterDestroyEvent extends ApplicationEvent {
private Integer chapterId;
private Date createdAt;
public CourseChapterDestroyEvent(Object source, Integer adminId, Integer courseId, Integer chapterId) {
public CourseChapterDestroyEvent(
Object source, Integer adminId, Integer courseId, Integer chapterId) {
super(source);
this.adminId = adminId;
this.courseId = courseId;