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

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

package ars.module.system.repository;

import ars.module.system.model.Recycle;
import ars.database.repository.Repository;

/**
 * 回收站数据操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public interface RecycleRepository extends Repository {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy