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

com.yuweix.kuafu.permission.service.SysRolePermissionService Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.yuweix.kuafu.permission.service;


import java.util.List;


/**
 * @author yuwei
 */
public interface SysRolePermissionService {
	List queryPermissionIdListByRoleId(long roleId);

	void saveRolePermission(long roleId, List permIdList, String modifier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy