overflow_member model java

This commit is contained in:
insanity 2017-05-25 17:56:11 +09:00
parent 75b5081940
commit 9130bd5a1a

View File

@ -8,7 +8,7 @@ import java.io.Serializable;
* Created by insanity on 17. 5. 23.
*/
@Entity
@Entity(name = "MEMBER")
public class Member implements Serializable {
@Id
@GeneratedValue(strategy= GenerationType.IDENTITY)