操作日志bug修改
This commit is contained in:
parent
e8838e22f3
commit
9587eb2d59
@ -56,7 +56,6 @@ public class OperationLog implements Serializable {
|
||||
@ApiModelProperty(value = "操作员ID")
|
||||
private java.lang.String operUserId;
|
||||
/**操作员名称*/
|
||||
@Excel(name = "操作员名称", width = 15)
|
||||
@ApiModelProperty(value="操作员名称")
|
||||
private java.lang.String operUserName ;
|
||||
/**操作方法*/
|
||||
@ -90,6 +89,7 @@ public class OperationLog implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private String account;
|
||||
@TableField(exist = false)
|
||||
@Excel(name = "操作员名称", width = 15)
|
||||
private String realName;
|
||||
@TableField(exist = false)
|
||||
private String operLogTime;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user