RuoYi
2022-05-29 b3d462e87360b944bf39d626c498ff33ce7c45bd
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/SysOperLog.java
@@ -58,10 +58,6 @@
    @Excel(name = "操作地址")
    private String operIp;
    /** 操作地点 */
    @Excel(name = "操作地点")
    private String operLocation;
    /** 请求参数 */
    @Excel(name = "请求参数")
    private String operParam;
@@ -191,16 +187,6 @@
    public void setOperIp(String operIp)
    {
        this.operIp = operIp;
    }
    public String getOperLocation()
    {
        return operLocation;
    }
    public void setOperLocation(String operLocation)
    {
        this.operLocation = operLocation;
    }
    public String getOperParam()