| | |
| | | import java.math.BigDecimal;
|
| | |
|
| | | import javax.persistence.Column;
|
| | | import javax.persistence.JoinColumn;
|
| | | import javax.persistence.ManyToOne;
|
| | | import javax.persistence.Transient;
|
| | |
|
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
| | | private String payPassword;
|
| | |
|
| | | @Column(name = "sid")
|
| | | @ManyToOne
|
| | | @JoinColumn(name = "sid")
|
| | | private BusinessSystem system;
|
| | |
|
| | | @Column(name = "rank")
|
| | |
| | | private String rankNamePicture;// 等级名称图片
|
| | | @Transient
|
| | | private String taoBaoUid;// 淘宝的用户ID
|
| | | |
| | | //是否为VIP
|
| | | @Transient
|
| | | @Expose
|
| | | private boolean vip;
|
| | | |
| | | |
| | | public boolean isVip() {
|
| | | return vip;
|
| | | }
|
| | |
|
| | | public void setVip(boolean vip) {
|
| | | this.vip = vip;
|
| | | }
|
| | |
|
| | | public String getTaoBaoUid() {
|
| | | return taoBaoUid;
|
| | |
| | | this.rankIcon = rankIcon;
|
| | | }
|
| | |
|
| | | // TODO
|
| | | public UserInfo() {
|
| | | openid = "";
|
| | | wxOpenId = "";
|