ars.module.people.repository.StandardUserRepository 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.repository;
import ars.module.people.model.User;
import ars.module.people.repository.AbstractUserRepository;
/**
* 用户数据持久标准实现
*
* @author yongqiangwu
*
*/
public class StandardUserRepository extends AbstractUserRepository {
}