| | |
| | | @ApiModelProperty(value= "冷却") |
| | | private Integer burial; |
| | | |
| | | /** |
| | | * 温度 |
| | | */ |
| | | @ApiModelProperty(value= "温度") |
| | | @TableField("jar_temperature") |
| | | private Float jarTemperature; |
| | | |
| | | /** |
| | | * 压力 |
| | | */ |
| | | @ApiModelProperty(value= "压力") |
| | | @TableField("jar_pressure") |
| | | private Float jarPressure; |
| | | |
| | | public BasJar() {} |
| | | |
| | | public BasJar(Integer jarNo,Integer region,Integer jarCode,Integer staNo,Integer jarStatus,Integer jarCount,Integer jarErr,String leftDoor,String rightDoor,String leftInEnable,String leftOutEnable,String autoing,Integer jarMode,String rightInEnable,String rightOutEnable) { |
| | |
| | | // null // 右门可关(checkBox) |
| | | // ); |
| | | |
| | | public Integer getEntStaNo$(){ |
| | | if (this.jarNo==1){ |
| | | return 612; |
| | | } else if (this.jarNo==2){ |
| | | return 615; |
| | | } else if (this.jarNo==3){ |
| | | return 619; |
| | | } else if (this.jarNo==4){ |
| | | return 622; |
| | | } else { |
| | | return 0; |
| | | } |
| | | } |
| | | |
| | | } |