|  |  |  | 
|---|
|  |  |  | private static final long serialVersionUID = 1L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * ID | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @ApiModelProperty(value= "ID") | 
|---|
|  |  |  | @TableId(value = "id", type = IdType.AUTO) | 
|---|
|  |  |  | private Long id; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 类别 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @ApiModelProperty(value= "类别") | 
|---|
|  |  |  | @TableId(value = "whs_type", type = IdType.INPUT) | 
|---|
|  |  |  | private Integer whsType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * 起始排号 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @ApiModelProperty(value= "起始排号") | 
|---|
|  |  |  | private Integer sRow; | 
|---|
|  |  |  | private Integer startRow; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 终止排号 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @ApiModelProperty(value= "终止排号") | 
|---|
|  |  |  | private Integer eRow; | 
|---|
|  |  |  | private Integer targetRow; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 堆垛机数量 | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value= "") | 
|---|
|  |  |  | private Integer limintLoc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 仓库ID | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @ApiModelProperty(value= "仓库ID") | 
|---|
|  |  |  | private Long hostId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public RowLastno() {} | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public RowLastno(Integer whsType,String wrkMk,Integer currentRow,Integer sRow,Integer eRow,Integer crnQty,String memo,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Integer limintLoc) { | 
|---|
|  |  |  | public RowLastno(Integer whsType,String wrkMk,Integer currentRow,Integer startRow,Integer targetRow,Integer crnQty,String memo,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Integer limintLoc) { | 
|---|
|  |  |  | this.whsType = whsType; | 
|---|
|  |  |  | this.wrkMk = wrkMk; | 
|---|
|  |  |  | this.currentRow = currentRow; | 
|---|
|  |  |  | this.sRow = sRow; | 
|---|
|  |  |  | this.eRow = eRow; | 
|---|
|  |  |  | this.startRow = startRow; | 
|---|
|  |  |  | this.targetRow = targetRow; | 
|---|
|  |  |  | this.crnQty = crnQty; | 
|---|
|  |  |  | this.memo = memo; | 
|---|
|  |  |  | this.modiUser = modiUser; | 
|---|