This commit is contained in:
dute7liang
2024-01-01 01:38:23 +08:00
parent d85e855cbc
commit eb53b78ab5
18 changed files with 334 additions and 49 deletions

View File

@@ -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=在线
*/