去除前端传递organ-id依赖

This commit is contained in:
yangsb
2024-04-19 11:56:28 +08:00
parent 29be924b51
commit 5ff48fa2ed
14 changed files with 41 additions and 22 deletions
@@ -28,5 +28,9 @@ public class OAuth2AccessTokenCreateReqDTO implements Serializable {
@Schema(description = "授权范围的数组", example = "user_info")
private List<String> scopes;
@Schema(description = "组织id")
private Long organId;
@Schema(description = "数据源标识")
private String dataCode;
}