فهرست منبع

Update ResponseCode.java

木子李·De 4 سال پیش
والد
کامیت
6c451caaa5
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      report-core/src/main/java/com/anjiplus/template/gaea/business/code/ResponseCode.java

+ 2 - 1
report-core/src/main/java/com/anjiplus/template/gaea/business/code/ResponseCode.java

@@ -12,7 +12,8 @@ public interface ResponseCode {
     String MIN = "field.min";
     String MAX = "field.max";
     String DICT_ERROR = "field.dict.error";
-    
+
+    String USER_PASSWORD_ERROR = "User.password.error";
     /**
      * 用户名或者密码不正确
      */