企微同步,需要有租户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

@@ -19,5 +19,7 @@ public interface IQweiUserService extends IService<QweiUser> {
String userName,
Long mainDepartmentId,
Integer status);
Map<String, Object> syncFromQiWei();
}