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

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

package org.huiche.web.api;


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

/**
 * 简单Restful风格增删改查分页接口 控制器
 *
 * @author Maning
 */
public abstract class BaseCrudPageApi> extends BaseCrudApi implements Page {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy