优化oauth2 service实现

This commit is contained in:
zhou-hao
2017-11-30 00:31:02 +08:00
parent 6c4512ca71
commit e6434db744
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
package org.hswebframework.web.service.oauth2;
import org.hswebframework.web.service.DeleteService;
import org.hswebframework.web.service.InsertService;
public interface OAuth2DeleteService<PK> extends DeleteService<PK>, OAuth2ServiceSupport {
@Override

View File

@@ -2,7 +2,6 @@ package org.hswebframework.web.service.oauth2;
import com.alibaba.fastjson.JSON;
import org.hswebframework.web.service.InsertService;
import org.hswebframework.web.service.UpdateService;
public interface OAuth2InsertService<E, PK> extends InsertService<E, PK>, OAuth2ServiceSupport {
@Override