This commit is contained in:
张良(004796)
2024-05-09 14:54:59 +08:00
parent 7344d66640
commit 7d8b86c8f6
5 changed files with 28 additions and 5 deletions

View File

@@ -173,6 +173,8 @@ public class User implements Serializable {
private String openId;
private String tag;
private LocalDateTime createTime;
private LocalDateTime updateTime;