Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4cb943774a
|
@ -11,6 +11,14 @@ public class MetaMemberStatus {
|
||||||
private short id;
|
private short id;
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
public MetaMemberStatus() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public MetaMemberStatus(short id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy= GenerationType.IDENTITY)
|
@GeneratedValue(strategy= GenerationType.IDENTITY)
|
||||||
public short getId() {
|
public short getId() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user