tech.guyi.web.quick.service.controller.QuickServiceUpdateController Maven / Gradle / Ivy
The newest version!
package tech.guyi.web.quick.service.controller;
import tech.guyi.web.quick.core.controller.interfaces.QuickUpdateController;
import tech.guyi.web.quick.core.controller.interfaces.entry.QuickRequestEntity;
import tech.guyi.web.quick.service.controller.handler.ServiceUpdateEntityHandler;
/**
* @author guyi
* 实体更新控制器
* @param 实体类型
*/
public interface QuickServiceUpdateController, ID> extends QuickUpdateController, ServiceUpdateEntityHandler {
}