疯狂的狮子li
2023-03-07 a28dd0fe4057d9d1c52be85457ad0c3882ec2d40
ruoyi-common/ruoyi-common-log/src/main/java/com/ruoyi/common/log/event/OperLogEvent.java
@@ -24,6 +24,11 @@
    private Long operId;
    /**
     * 租户ID
     */
    private String tenantId;
    /**
     * 操作模块
     */
    private String title;
@@ -103,4 +108,8 @@
     */
    private Date operTime;
    /**
     * 消耗时间
     */
    private Long costTime;
}