同步用户并构建上级链条

This commit is contained in:
2026-05-19 17:56:46 +08:00
parent 893af21ce2
commit 1313269710
10 changed files with 338 additions and 14 deletions

View File

@@ -55,6 +55,10 @@ public class LbDepartmentUser implements Serializable {
@Schema(description = "从事的行业")
private String industry;
@TableField("org_chain")
@Schema(description = "上级链条从直接上级到根上级逗号分隔的用户ID")
private String orgChain;
@TableField("join_date")
@Schema(description = "加入日期(不含时分秒)")
private LocalDate joinDate;