疯狂的狮子Li
2022-03-03 8db5c27d81160e44efe7e61f0709f2fe7ac5f47f
ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordNotMatchException.java
@@ -9,6 +9,6 @@
    private static final long serialVersionUID = 1L;
    public UserPasswordNotMatchException() {
        super("user.password.not.match", null);
        super("user.password.not.match");
    }
}