فهرست منبع

update 优化 错误注释

疯狂的狮子Li 1 سال پیش
والد
کامیت
40d652ab82

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/validate/auth/EmailGroup.java

@@ -1,7 +1,7 @@
 package org.dromara.common.core.validate.auth;
 
 /**
- * @Author Michelle.Chung
+ * @author Michelle.Chung
  */
 public interface EmailGroup {
 }

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/validate/auth/PasswordGroup.java

@@ -1,7 +1,7 @@
 package org.dromara.common.core.validate.auth;
 
 /**
- * @Author Michelle.Chung
+ * @author Michelle.Chung
  */
 public interface PasswordGroup {
 }

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/validate/auth/SmsGroup.java

@@ -1,7 +1,7 @@
 package org.dromara.common.core.validate.auth;
 
 /**
- * @Author Michelle.Chung
+ * @author Michelle.Chung
  */
 public interface SmsGroup {
 }

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/validate/auth/WechatGroup.java

@@ -1,7 +1,7 @@
 package org.dromara.common.core.validate.auth;
 
 /**
- * @Author Michelle.Chung
+ * @author Michelle.Chung
  */
 public interface WechatGroup {
 }