同步用户并构建上级链条
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user