mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-27 21:40:03 +08:00
代码格式化
This commit is contained in:
@@ -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/3/21 14:31
|
||||
*/
|
||||
@Setter
|
||||
|
||||
Reference in New Issue
Block a user