construct method added
This commit is contained in:
parent
6093366631
commit
80452e4ff3
|
@ -11,6 +11,14 @@ public class MetaMemberStatus {
|
|||
private short id;
|
||||
private String name;
|
||||
|
||||
public MetaMemberStatus() {
|
||||
|
||||
}
|
||||
|
||||
public MetaMemberStatus(short id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy= GenerationType.IDENTITY)
|
||||
public short getId() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user