mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-03 11:24:34 +08:00
优化oauth2 service实现
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user