无关风月
2025-03-21 e421b95541e2796a7c7b2cee7930fe27f9a33d1d
xinquan-api/xinquan-api-system/src/main/java/com/xinquan/system/api/domain/SysOperLog.java
@@ -34,6 +34,7 @@
    @Excel(name = "请求方法")
    private String method;
    /** 请求方式 */
    @Excel(name = "请求方式")
    private String requestMethod;
@@ -80,8 +81,7 @@
    private Date operTime;
    /** 消耗时间 */
    @Excel(name = "消耗时间", suffix = "毫秒")
    private Long costTime;
    public Long getOperId()
    {
@@ -243,13 +243,5 @@
        this.operTime = operTime;
    }
    public Long getCostTime()
    {
        return costTime;
    }
    public void setCostTime(Long costTime)
    {
        this.costTime = costTime;
    }
}