Merge branch '5.X' into future/flowable

This commit is contained in:
songgaoshuai
2023-10-18 15:19:32 +08:00
18 changed files with 109 additions and 69 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 {
}