feat: bug-726 LDAP同步过来的用户不能重置密码,因为登录使用的是LDAP的密码

This commit is contained in:
曹鹏飞 2025-09-25 10:26:44 +08:00
parent 11b4dd11b4
commit 7fc87580d7
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ public class UserVO {
//职位名称 //职位名称
private String positionName; private String positionName;
/**
* 来源0手动创建1LDAP同步
*/
private Integer source;
//创建人 //创建人
private String createBy; private String createBy;