增加User项目结构

(cherry picked from commit c329eaef79)
This commit is contained in:
bao
2025-12-27 19:00:50 +08:00
committed by KilLze
parent 4401a8a44a
commit 0b0959fa80

View File

@@ -38,4 +38,8 @@ public class User implements Serializable {
private LocalDateTime createdAt;
private LocalDateTime updatedAt;
private String userEmail;
private String userPhone;
}