mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、sonarqube质量修复;2、短信日志导出请求url修正;3、新增支持删除机构、部门同时删除下属用户;4、token支持存deptId;
This commit is contained in:
+6
@@ -31,6 +31,12 @@ public class LoginUser {
|
||||
* 组织编号
|
||||
*/
|
||||
private Long organId;
|
||||
|
||||
/**
|
||||
* 部门编号
|
||||
*/
|
||||
private Long deptId;
|
||||
|
||||
/**
|
||||
* 授权范围
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user