mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 19:19:32 +08:00
部门代码优化
This commit is contained in:
@@ -15,10 +15,12 @@ import java.util.Date;
|
||||
public class DepartmentDestroyEvent extends ApplicationEvent {
|
||||
|
||||
private Integer depId;
|
||||
private Integer adminId;
|
||||
private Date at;
|
||||
|
||||
public DepartmentDestroyEvent(Object source, Integer depId, Date date) {
|
||||
public DepartmentDestroyEvent(Object source, Integer adminId, Integer depId, Date date) {
|
||||
super(source);
|
||||
this.adminId = adminId;
|
||||
this.depId = depId;
|
||||
this.at = date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user