Guest User

Untitled

a guest
Jan 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Data
  2. @Document
  3. public class Customer {
  4. @Id
  5. private String id;
  6. private String firstName;
  7. private String lastName;
  8. private Integer age;
  9. private String email;
  10. }
Add Comment
Please, Sign In to add comment