设置父用户

This commit is contained in:
2026-04-26 11:58:39 +08:00
parent bfed0198ac
commit d547b61843
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ public class LbDepartmentUser implements Serializable {
@Schema(description = "父idUUID")
private String parentId;
@TableField("parent_name")
@Schema(description = "父用户姓名")
private String parentName;
@TableField("tenant_id")
@Schema(description = "租户id")
private String tenantId;