| | |
| | | @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;
|
| | | }
|