description field

This commit is contained in:
iliasstinky 2025-02-25 20:26:57 +01:00
parent 6328d2c9dc
commit ccebce76a4
2 changed files with 1 additions and 0 deletions

0
filetest Normal file
View file

View file

@ -36,6 +36,7 @@ public class BaseEntity implements Serializable {
@GeneratedValue(strategy = GenerationType.IDENTITY) @GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id; private Integer id;
private String Description;
public Integer getId() { public Integer getId() {
return id; return id;
} }