制定 OAuth2 协议的表结构与 API 设计

This commit is contained in:
YunaiV
2022-05-08 17:43:24 +08:00
parent 5e8648508e
commit ebee4ddb7c
12 changed files with 203 additions and 14 deletions

View File

@ -0,0 +1,12 @@
package cn.iocoder.yudao.module.system.api.auth;
/**
* OAuth2.0 API 接口
*
* @author 芋道源码
*/
public interface OAuth2Api {
}