com.github.fosin.cdp.mvc.service.ISimpleService Maven / Gradle / Ivy
package com.github.fosin.cdp.mvc.service;
import io.swagger.annotations.Api;
import java.io.Serializable;
/**
* 2017/12/29.
* Time:12:37
*
* @author fosin
*/
public interface ISimpleService
extends ICrudService, IPageAndSortService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy