ars.module.people.service.StandardGroupService 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.module.people.model.Group;
import ars.module.people.service.AbstractGroupService;
/**
* 部门业务操作标准实现
*
* @author yongqiangwu
*
*/
public class StandardGroupService extends AbstractGroupService {
}