|
|
@ -57,6 +57,10 @@ public class SysLogOperate extends BaseBean {
|
|
|
|
@ApiParam(value ="操作信息" , access ="操作信息")
|
|
|
|
@ApiParam(value ="操作信息" , access ="操作信息")
|
|
|
|
private String operateMessage;
|
|
|
|
private String operateMessage;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="USER_LOGIN_NAME")
|
|
|
|
|
|
|
|
@ApiParam(value ="登录用户名称" , access ="登录用户名称")
|
|
|
|
|
|
|
|
private String userLoginName;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="REMOTE_IP")
|
|
|
|
@Column(name="REMOTE_IP")
|
|
|
|
@ApiParam(value ="请求IP" , access ="请求IP")
|
|
|
|
@ApiParam(value ="请求IP" , access ="请求IP")
|
|
|
|
private String remoteIp;
|
|
|
|
private String remoteIp;
|
|
|
|