| | |
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
|
| | | /**
|
| | | * 团队成员等级统计
|
| | | * 团队成员等级统计 -有效粉丝
|
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | |
| | | @Column(name = "tuls_update_time")
|
| | | private Date updateTime;
|
| | |
|
| | | @Column(name = "tuls_daren_first_count")
|
| | | private Integer daRenFirstCount;
|
| | | @Column(name = "tuls_daren_second_count")
|
| | | private Integer daRenSecondCount;
|
| | |
|
| | | public Integer getDaRenFirstCount() {
|
| | | return daRenFirstCount;
|
| | | }
|
| | |
|
| | | public void setDaRenFirstCount(Integer daRenFirstCount) {
|
| | | this.daRenFirstCount = daRenFirstCount;
|
| | | }
|
| | |
|
| | | public Integer getDaRenSecondCount() {
|
| | | return daRenSecondCount;
|
| | | }
|
| | |
|
| | | public void setDaRenSecondCount(Integer daRenSecondCount) {
|
| | | this.daRenSecondCount = daRenSecondCount;
|
| | | }
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|