| | |
| | | @org.yeshi.utils.mybatis.Column(name = "tf_id")
|
| | | private Long id;
|
| | |
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "tf_boss_id")
|
| | | private UserInfo boss;//邀请者
|
| | | |
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "tf_worker_id")
|
| | | private UserInfo worker; //被邀请者
|
| | |
| | | @org.yeshi.utils.mybatis.Column(name = "tf_remind_worker")
|
| | | private Integer remindWorker; // 提示worker绑定微信 1 已提醒
|
| | |
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "tf_type")
|
| | | private Integer type; // 1-一级 2二级
|
| | | |
| | | @org.yeshi.utils.mybatis.Column(name = "tf_tags")
|
| | | private String tags; // 标签
|
| | | |
| | | @org.yeshi.utils.mybatis.Column(name = "tf_createtime")
|
| | | private Date createTime; // 创建时间
|
| | |
|
| | |
| | | public void setRemindBoss(Integer remindBoss) {
|
| | | this.remindBoss = remindBoss;
|
| | | }
|
| | | |
| | |
|
| | | public Integer getType() {
|
| | | return type;
|
| | | }
|
| | |
|
| | | public void setType(Integer type) {
|
| | | this.type = type;
|
| | | }
|
| | |
|
| | | public String getTags() {
|
| | | return tags;
|
| | | }
|
| | |
|
| | | public void setTags(String tags) {
|
| | | this.tags = tags;
|
| | | }
|
| | |
|
| | | }
|