Skip to content

Commit

Permalink
Merge pull request #49 from UdL-EPS-SoftArch/crud-SocialNetworks
Browse files Browse the repository at this point in the history
social network reimplemented uml
  • Loading branch information
elskater98 authored Mar 6, 2024
2 parents 8bf85bc + 97d2af7 commit 5a64803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ public class SocialNetworks extends UriEntity<Long> {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String instagram;
private String twitter;
private String type;
private String username;
private String uri;


@ManyToOne
public Shelter belongsTo;
Expand Down

This file was deleted.

0 comments on commit 5a64803

Please sign in to comment.