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

ars.module.people.repository.RoleRepository Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package ars.module.people.repository;

import ars.module.people.model.Role;
import ars.database.repository.Repository;

/**
 * 角色数据操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public interface RoleRepository extends Repository {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy