修改忘记密码

This commit is contained in:
sunyuehai 2024-09-19 00:45:59 +08:00
parent 2ed504b389
commit a89bd3e819
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@
</deployment> </deployment>
<method v="2" /> <method v="2" />
</configuration> </configuration>
</component> </component>

View File

@ -9,7 +9,7 @@ import static org.dromara.common.core.constant.UserConstants.USERNAME_MAX_LENGTH
import static org.dromara.common.core.constant.UserConstants.USERNAME_MIN_LENGTH; import static org.dromara.common.core.constant.UserConstants.USERNAME_MIN_LENGTH;
@Data @Data
public class EqSysUserPasswordBo extends SysUserPasswordBo { public class EqSysUserPasswordBo {
/** /**
* 用户名 * 用户名
*/ */