All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.base4j.mvc.sys.service.SysUserRoleService Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.base4j.mvc.sys.service;

import com.base4j.mvc.base.service.BaseService;
import com.base4j.mvc.sys.entity.SysUserRole;

public interface SysUserRoleService extends BaseService {

    /**
     * 保存角色
     * @param userId 用户id
     * @param roleIds 要保存的角色id数组
     * @return
     */
    void saveUserRoles(long userId, Long[] roleIds);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy