update 优化 错误注释

This commit is contained in:
疯狂的狮子Li
2023-10-07 15:21:32 +08:00
parent 70ae031a38
commit ef3bea99bf
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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