| | |
| | | private Date updateTime;
|
| | |
|
| | |
|
| | | private Integer state;
|
| | | private BigDecimal win;
|
| | | private BigDecimal reduce;
|
| | | |
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
| | | public void setEndTime(Date endTime) {
|
| | | this.endTime = endTime;
|
| | | }
|
| | |
|
| | | public BigDecimal getWin() {
|
| | | return win;
|
| | | }
|
| | |
|
| | | public void setWin(BigDecimal win) {
|
| | | this.win = win;
|
| | | }
|
| | |
|
| | | public BigDecimal getReduce() {
|
| | | return reduce;
|
| | | }
|
| | |
|
| | | public void setReduce(BigDecimal reduce) {
|
| | | this.reduce = reduce;
|
| | | }
|
| | |
|
| | | public Integer getState() {
|
| | | return state;
|
| | | }
|
| | |
|
| | | public void setState(Integer state) {
|
| | | this.state = state;
|
| | | }
|
| | | |
| | | }
|