forked from makefriends/dating
增加User项目结构
This commit is contained in:
@@ -38,4 +38,8 @@ public class User implements Serializable {
|
|||||||
private LocalDateTime createdAt;
|
private LocalDateTime createdAt;
|
||||||
|
|
||||||
private LocalDateTime updatedAt;
|
private LocalDateTime updatedAt;
|
||||||
|
|
||||||
|
private String userEmail;
|
||||||
|
|
||||||
|
private String userPhone;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user