| | |
| | | @ApiModelProperty(value= "列") |
| | | private Integer bay; |
| | | |
| | | /** |
| | | * 站点列表 |
| | | */ |
| | | @ApiModelProperty(value= "站点列表") |
| | | private String sta; |
| | | |
| | | /** |
| | | * 站点列表 |
| | | */ |
| | | @ApiModelProperty(value= "提升机楼层偏移量") |
| | | private String levOffset; |
| | | |
| | | /** |
| | | * 提升机条码 |
| | | */ |
| | | @ApiModelProperty(value= "提升机条码") |
| | | private String code; |
| | | |
| | | public BasLift() {} |
| | | |
| | | public BasLift(Long deviceId,Integer liftNo,Integer status,Integer taskNo,Long updateBy,Long createBy,Date createTime,Date updateTime,String memo,Integer pakMk,Integer deleted,Long hostId,String protocol,Integer transfer) { |
| | | public BasLift(Long deviceId, Integer liftNo, Integer status, Integer taskNo, Long updateBy, Long createBy, Date createTime, Date updateTime, String memo, Integer pakMk, Integer deleted, Long hostId, String protocol, Integer transfer, Integer row, Integer bay, String sta) { |
| | | this.deviceId = deviceId; |
| | | this.liftNo = liftNo; |
| | | this.status = status; |
| | |
| | | this.hostId = hostId; |
| | | this.protocol = protocol; |
| | | this.transfer = transfer; |
| | | this.row = row; |
| | | this.bay = bay; |
| | | this.sta = sta; |
| | | } |
| | | |
| | | // BasLift basLift = new BasLift( |
| | | |
| | | // BasLift basLift = new BasLift( |
| | | // null, // 设备id |
| | | // null, // 提升机号[非空] |
| | | // null, // 当前任务状态 |