update 优化 错误注释

This commit is contained in:
疯狂的狮子Li 2023-10-07 15:20:44 +08:00
parent b24e6348c3
commit 40d652ab82
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 {
}