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

com.github.fosin.cdp.mvc.controller.ICrudController Maven / Gradle / Ivy

The newest version!
package com.github.fosin.cdp.mvc.controller;

import com.github.fosin.cdp.mvc.service.ICrudService;
import io.swagger.annotations.Api;

import java.io.Serializable;

/**
 * Description
 * @author fosin
 */
@Api("增删改查类控制器")
public interface ICrudController
        extends ICreateController,IUpdateController,IDeleteController
            , IRetrieveController{
    @Override
    @SuppressWarnings("unchecked")
    ICrudService getService();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy