绑定父子关系
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user