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

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

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

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

/**
 * 部门数据操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public interface GroupRepository extends Repository {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy