
ars.module.system.repository.AbstractAttachmentRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-system Show documentation
Show all versions of ars-module-system Show documentation
Ars framework module system
The newest version!
package ars.module.system.repository;
import ars.module.system.model.Attachment;
import ars.database.hibernate.HibernateSimpleRepository;
/**
* 附件数据持久抽象实现
*
* @param 数据模型
* @author wuyongqiang
*/
public abstract class AbstractAttachmentRepository extends HibernateSimpleRepository
implements AttachmentRepository {
}