企微同步,需要有租户ID
This commit is contained in:
@@ -22,6 +22,10 @@ public class QweiDepartment implements Serializable {
|
||||
@Schema(description = "主键UUID")
|
||||
private String id;
|
||||
|
||||
@TableField("tenant_id")
|
||||
@Schema(description = "租户ID(UUID)")
|
||||
private String tenantId;
|
||||
|
||||
@TableField("dept_id")
|
||||
@Schema(description = "企微部门ID")
|
||||
private Long deptId;
|
||||
|
||||
@@ -22,6 +22,10 @@ public class QweiUser implements Serializable {
|
||||
@Schema(description = "主键UUID")
|
||||
private String id;
|
||||
|
||||
@TableField("tenant_id")
|
||||
@Schema(description = "租户ID(UUID)")
|
||||
private String tenantId;
|
||||
|
||||
@TableField("userid")
|
||||
@Schema(description = "企微用户ID")
|
||||
private String userid;
|
||||
|
||||
Reference in New Issue
Block a user