绑定父子关系

This commit is contained in:
2026-04-26 11:33:33 +08:00
parent b9e00e6846
commit bfed0198ac
3 changed files with 92 additions and 0 deletions

View File

@@ -21,4 +21,10 @@ public interface ILbDepartmentUserService extends IService<LbDepartmentUser> {
String name,
String phone,
String industry);
Map<String, Object> bindParentUser(String parentUserId,
String parentUserName,
String childUserId,
String childUserName,
String tenantId);
}