ars.module.people.service.GroupService 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.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 {
}