| | |
| | | private UserInfo user;
|
| | | @Column(name = "uiet_relation_id")
|
| | | private String relationId;
|
| | | @Column(name = "uiet_relation_valid")
|
| | | private Boolean relationValid;// 是否有效
|
| | | @Column(name = "uiet_relation_update_time")
|
| | | private Date relationUpdateTime;
|
| | | @Column(name = "uiet_special_id")
|
| | | private String specialId;
|
| | | @Column(name = "uiet_special_valid")
|
| | | private Boolean specialValid;// 是否有效
|
| | | @Column(name = "uiet_special_update_time")
|
| | | private Date specialUpdateTime;
|
| | | @Column(name = "uiet_taobao_uid")
|
| | | private String taoBaoUid;// 淘宝的用户ID
|
| | | @Column(name = "uiet_taobao_order_end_6_num")
|
| | | private String taoBaoOrderEnd6Num;// 订单结尾的6个数字
|
| | | @Column(name = "uiet_create_time")
|
| | | private Date createTime;
|
| | | @Column(name = "uiet_update_time")
|
| | |
| | | this.relationUpdateTime = relationUpdateTime;
|
| | | }
|
| | |
|
| | | public String getTaoBaoOrderEnd6Num() {
|
| | | return taoBaoOrderEnd6Num;
|
| | | }
|
| | |
|
| | | public void setTaoBaoOrderEnd6Num(String taoBaoOrderEnd6Num) {
|
| | | this.taoBaoOrderEnd6Num = taoBaoOrderEnd6Num;
|
| | | }
|
| | |
|
| | | public String getSpecialId() {
|
| | | return specialId;
|
| | | }
|
| | |
| | | this.specialId = specialId;
|
| | | }
|
| | |
|
| | | public Boolean getRelationValid() {
|
| | | return relationValid;
|
| | | }
|
| | |
|
| | | public void setRelationValid(Boolean relationValid) {
|
| | | this.relationValid = relationValid;
|
| | | }
|
| | |
|
| | | public Boolean getSpecialValid() {
|
| | | return specialValid;
|
| | | }
|
| | |
|
| | | public void setSpecialValid(Boolean specialValid) {
|
| | | this.specialValid = specialValid;
|
| | | }
|
| | |
|
| | | public String getTaoBaoUid() {
|
| | | return taoBaoUid;
|
| | | }
|
| | |
|
| | | public void setTaoBaoUid(String taoBaoUid) {
|
| | | this.taoBaoUid = taoBaoUid;
|
| | | }
|
| | |
|
| | | public Date getSpecialUpdateTime() {
|
| | | return specialUpdateTime;
|
| | | }
|