无关风月
2024-09-03 56dfe0d4bf81262622a1919cceb2b039fd356209
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/SysOperLog.java
@@ -1,6 +1,8 @@
package com.ruoyi.system.api.domain;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.TableField;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.common.core.annotation.Excel;
import com.ruoyi.common.core.annotation.Excel.ColumnType;
@@ -9,11 +11,11 @@
/**
 * 操作日志记录表 oper_log
 *
 *
 * @author ruoyi
 */
@Data
public class SysOperLog extends BaseEntity
public class SysOperLog
{
    private static final long serialVersionUID = 1L;
@@ -30,6 +32,7 @@
    private Integer businessType;
    /** 业务类型数组 */
    @TableField(exist = false)
    private Integer[] businessTypes;
    /** 请求方法 */
@@ -42,7 +45,7 @@
    /** 操作类别(0其它 1后台用户 2手机端用户) */
    @Excel(name = "操作类别", readConverterExp = "0=其它,1=后台用户,2=手机端用户")
    private Integer operatorType;
    private Integer operator_type;
    /** 操作人员 */
    @Excel(name = "操作人员")