
com.github.fosin.cdp.mvc.service.IUpdateService Maven / Gradle / Ivy
The newest version!
package com.github.fosin.cdp.mvc.service;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
/**
* 2017/12/29.
* Time:12:37
* @author fosin
*/
@Api("修改数据类服务")
public interface IUpdateService extends IService {
@ApiOperation("根据实体类修改一条数据服务")
E update(E entity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy