This commit is contained in:
777
2025-10-21 16:50:45 +08:00
parent e368d333ef
commit 30f25788cc
17 changed files with 309 additions and 39 deletions

View File

@@ -158,6 +158,8 @@ public class SysUser extends BaseEntity {
@TableField(exist = false)
private Long roleId;
private String bindUserCode;
public SysUser(Long userId) {
this.userId = userId;
}