dashboard feature

This commit is contained in:
Sola
2015-12-15 15:46:37 +08:00
parent 13fb43f8d3
commit 17628ce1e1
4 changed files with 95 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
package love.sola.netsupport.pojo;
import com.google.gson.annotations.Expose;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@@ -34,6 +35,7 @@ public class User {
private ISP isp;
@Column(name = "netaccount")
private String netAccount;
@Expose(serialize = false)
@Column(name = "wechat")
private String wechatId;
private Integer block;