update 优化 错误注释

2.X
疯狂的狮子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; package org.dromara.common.core.validate.auth;
/** /**
* @Author Michelle.Chung * @author Michelle.Chung
*/ */
public interface EmailGroup { public interface EmailGroup {
} }

View File

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

View File

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

View File

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