增加接口
This commit is contained in:
parent
6eca98293e
commit
8e957c9bbe
@ -1,6 +1,7 @@
|
||||
package ink.wgink.interfaces.role;
|
||||
|
||||
import ink.wgink.exceptions.base.SystemException;
|
||||
import ink.wgink.pojo.dtos.user.UserDTO;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@ -22,4 +23,6 @@ public interface IRoleUserSaveAfterHandler {
|
||||
*/
|
||||
void handle(String roleId, List<String> userIds) throws SystemException;
|
||||
|
||||
void handle(String roleId, UserDTO userDTO) throws SystemException;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user