All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.module.system.repository.AbstractMessageRepository Maven / Gradle / Ivy

package ars.module.system.repository;

import ars.module.system.model.Message;
import ars.database.hibernate.HibernateSimpleRepository;

/**
 * 请求订阅消息数据持久抽象实现
 *
 * @param  数据模型
 * @author wuyongqiang
 */
public abstract class AbstractMessageRepository extends HibernateSimpleRepository
    implements MessageRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy