1、sonarqube质量修复;2、短信日志导出请求url修正;3、新增支持删除机构、部门同时删除下属用户;4、token支持存deptId;

This commit is contained in:
gaoqr
2024-10-10 16:37:28 +08:00
parent c0cc38c691
commit 7e53f34a6a
18 changed files with 197 additions and 13 deletions
@@ -31,6 +31,12 @@ public class LoginUser {
* 组织编号
*/
private Long organId;
/**
* 部门编号
*/
private Long deptId;
/**
* 授权范围
*/