ing
This commit is contained in:
parent
93211ade57
commit
75baaacbbb
|
@ -2,6 +2,8 @@ package com.loafle.overflow.model.member;
|
||||||
|
|
||||||
import com.loafle.overflow.model.meta.MetaMemberStatus;
|
import com.loafle.overflow.model.meta.MetaMemberStatus;
|
||||||
|
|
||||||
|
import org.codehaus.jackson.annotate.JsonIgnore;
|
||||||
|
|
||||||
import javax.persistence.*;
|
import javax.persistence.*;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
@ -50,6 +52,7 @@ public class Member {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Basic
|
@Basic
|
||||||
|
@JsonIgnore
|
||||||
@Column(name = "PW", nullable = true, length = 64)
|
@Column(name = "PW", nullable = true, length = 64)
|
||||||
public String getPw() {
|
public String getPw() {
|
||||||
return pw;
|
return pw;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user