feat 增加首次登录强制重置密码的交互

This commit is contained in:
damonyuan
2025-12-26 12:09:58 +08:00
parent b96c67c02d
commit 155b437763
10 changed files with 268 additions and 80 deletions

View File

@@ -54,4 +54,6 @@ public class Admin implements Serializable {
@ApiModelProperty("删除时间")
private Long deleteTime;
@ApiModelProperty("firstLogin")
private Integer firstLogin;
}