This commit is contained in:
77
2024-04-27 16:31:10 +08:00
parent e0f32c340f
commit ee2b25ea43
13 changed files with 194 additions and 16 deletions

View File

@@ -171,6 +171,8 @@ public class User implements Serializable {
*/
private String imToken;
private String openId;
private LocalDateTime createTime;
private LocalDateTime updateTime;