|
|
@ -37,6 +37,10 @@ public class MesPcnSysUserOffline extends BaseBean {
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
private Long userId;
|
|
|
|
private Long userId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "USER_CODE")
|
|
|
|
|
|
|
|
@ApiParam(value = "用户编号", access = "用户编号")
|
|
|
|
|
|
|
|
private String userCode;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "USER_NAME")
|
|
|
|
@Column(name = "USER_NAME")
|
|
|
|
@ApiParam(value = "用户名称", access = "账号名称")
|
|
|
|
@ApiParam(value = "用户名称", access = "账号名称")
|
|
|
|
private String userName;
|
|
|
|
private String userName;
|
|
|
|