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