企微同步,需要有租户ID

This commit is contained in:
2026-04-24 20:54:04 +08:00
parent d1ff7bde35
commit 1f7b1e6d55
13 changed files with 814 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;