
ars.module.mobile.repository.ApperRepository Maven / Gradle / Ivy
package ars.module.mobile.repository;
import ars.module.mobile.model.Apper;
import ars.database.repository.Repository;
/**
* App用户数据持久接口
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public interface ApperRepository extends Repository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy