update 优化 错误注释
parent
b24e6348c3
commit
40d652ab82
@ -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 {
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue