added a filed Integer EE

This commit is contained in:
iliasstinky 2025-02-25 21:24:10 +01:00
parent ccebce76a4
commit 88a82acedb

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 Integer EE;
private String Description; private String Description;
public Integer getId() { public Integer getId() {
return id; return id;