ars.module.people.repository.RoleRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-people Show documentation
Show all versions of ars-module-people Show documentation
Ars framework module people
package ars.module.people.repository;
import ars.module.people.model.Role;
import ars.database.repository.Repository;
/**
* 角色数据操作接口
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public interface RoleRepository extends Repository {
}