| | |
| | | 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; |
| | |
| | | |
| | | /** |
| | | * 操作日志记录表 oper_log |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | */ |
| | | @Data |
| | | public class SysOperLog extends BaseEntity |
| | | public class SysOperLog |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | private Integer businessType; |
| | | |
| | | /** 业务类型数组 */ |
| | | @TableField(exist = false) |
| | | private Integer[] businessTypes; |
| | | |
| | | /** 请求方法 */ |
| | |
| | | |
| | | /** 操作类别(0其它 1后台用户 2手机端用户) */ |
| | | @Excel(name = "操作类别", readConverterExp = "0=其它,1=后台用户,2=手机端用户") |
| | | private Integer operatorType; |
| | | private Integer operator_type; |
| | | |
| | | /** 操作人员 */ |
| | | @Excel(name = "操作人员") |