Selaa lähdekoodia

日志部门权限优化

lishuangjiang@potevio.com 1 vuosi sitten
vanhempi
commit
67a7f84980

+ 5 - 0
iot-common-log/src/main/java/cc/iotkit/common/log/event/LogininforEvent.java

@@ -21,6 +21,11 @@ public class LogininforEvent implements Serializable {
      */
     private String tenantId;
 
+    /**
+     * 创建部门
+     */
+    private Long createDept;
+
     /**
      * 用户账号
      */

+ 6 - 0
iot-common-log/src/main/java/cc/iotkit/common/log/event/OperLogEvent.java

@@ -25,6 +25,12 @@ public class OperLogEvent implements Serializable {
      */
     private String tenantId;
 
+
+    /**
+     * 创建部门
+     */
+    private Long createDept;
+
     /**
      * 操作模块
      */