mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-07 21:55:57 +08:00
refactor: 优化兼容性
This commit is contained in:
@@ -27,4 +27,9 @@ public class UserModifiedEvent extends DefaultAsyncEvent {
|
||||
|
||||
//新密码原始文本, passwordModified 为 true 时有值
|
||||
private String newPassword;
|
||||
|
||||
@Deprecated
|
||||
public UserModifiedEvent(UserEntity before, UserEntity after, boolean passwordModified) {
|
||||
this(before, after, passwordModified, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user