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

ars.module.people.service.GroupService Maven / Gradle / Ivy

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

import ars.invoke.local.Api;
import ars.module.people.model.Group;
import ars.database.service.TreeService;
import ars.database.service.BasicService;

/**
 * 部门业务操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
@Api("people/group")
public interface GroupService extends BasicService, TreeService {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy