疯狂的狮子Li
2022-12-14 9ed60f22de26f724e68f89d30f2db9eef2c5d652
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");
    }
}