tech.guyi.web.quick.service.controller.QuickServiceController Maven / Gradle / Ivy
The newest version!
package tech.guyi.web.quick.service.controller;
import tech.guyi.web.quick.core.controller.interfaces.entry.QuickRequestEntity;
public interface QuickServiceController, ID> extends QuickServiceUpdateController, QuickServiceQueryController {
}