| | |
| | | @ApiModelProperty(value= "当前排号") |
| | | @TableField("current_row") |
| | | private Integer currentRow; |
| | | /** |
| | | * 当前排号 |
| | | */ |
| | | @ApiModelProperty(value= "当前排号") |
| | | @TableField("current_row1") |
| | | private Integer currentRow1; |
| | | |
| | | /** |
| | | * 当前排号 |
| | | */ |
| | | @ApiModelProperty(value= "当前排号") |
| | | @TableField("current_row2") |
| | | private Integer currentRow2; |
| | | |
| | | /** |
| | | * 起始排号 |
| | |
| | | return currentRow; |
| | | } |
| | | |
| | | public Integer getCurrentRow1() { |
| | | return currentRow1; |
| | | } |
| | | |
| | | public void setCurrentRow1(Integer currentRow1) { |
| | | this.currentRow1 = currentRow1; |
| | | } |
| | | |
| | | public Integer getCurrentRow2() { |
| | | return currentRow2; |
| | | } |
| | | |
| | | public void setCurrentRow2(Integer currentRow2) { |
| | | this.currentRow2 = currentRow2; |
| | | } |
| | | |
| | | public void setCurrentRow(Integer currentRow) { |
| | | this.currentRow = currentRow; |
| | | } |