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

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy