| | |
| | | @ApiModelProperty(value= "空板靠近开关") |
| | | private String emptySimilar; |
| | | |
| | | @ApiModelProperty(value= "是否删除 1: 是 0: 否 ") |
| | | @TableLogic |
| | | private Integer deleted; |
| | | |
| | | public DeviceBind() {} |
| | | |
| | | public DeviceBind(Integer currentRow,Integer startRow,Integer endRow,Integer deviceQty,Integer startDeviceNo,Integer endDeviceNo,String staList,Integer typeId,String beSimilar,String emptySimilar) { |
| | |
| | | |
| | | |
| | | |
| | | public Boolean getStatusBool(){ |
| | | if (null == this.status){ return null; } |
| | | switch (this.status){ |
| | | case 1: |
| | | return true; |
| | | case 0: |
| | | return false; |
| | | default: |
| | | return null; |
| | | } |
| | | } |
| | | // public Boolean getStatusBool(){ |
| | | // if (null == this.status){ return null; } |
| | | // switch (this.status){ |
| | | // case 1: |
| | | // return true; |
| | | // case 0: |
| | | // return false; |
| | | // default: |
| | | // return null; |
| | | // } |
| | | // } |
| | | |
| | | |
| | | } |