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

org.huiche.web.api.BaseCrudMultiPageApi Maven / Gradle / Ivy

package org.huiche.web.api;


import org.huiche.data.entity.BaseEntity;
import org.huiche.web.api.method.DelMulti;

/**
 * 简单Restful风格增删改查,批量删除分页接口 控制器
 *
 * @author Maning
 */
public abstract class BaseCrudMultiPageApi> extends BaseCrudPageApi implements DelMulti {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy