init
This commit is contained in:
@@ -19,11 +19,11 @@ public class UserOnline implements Serializable {
|
||||
|
||||
private static final long serialVersionUID=1L;
|
||||
|
||||
private Long id;
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
@TableId(value = "user_id")
|
||||
private Integer userId;
|
||||
private Long userId;
|
||||
/**
|
||||
* 在线状态:0=离线,1=在线
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user