| | |
| | | package com.zy.asrs.entity; |
| | | |
| | | import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | |
| | |
| | | @TableField("right_out_enable") |
| | | private String rightOutEnable; |
| | | |
| | | /** |
| | | * 入罐小车 |
| | | */ |
| | | @ApiModelProperty(value= "入罐小车") |
| | | @TableField("enter_ste_no") |
| | | private Integer enterSteNo; |
| | | |
| | | /** |
| | | * 出罐小车 |
| | | */ |
| | | @ApiModelProperty(value= "出罐小车") |
| | | @TableField("out_ste_no") |
| | | private Integer outSteNo; |
| | | |
| | | /** |
| | | * 入罐RGV |
| | | */ |
| | | @ApiModelProperty(value= "入罐RGV") |
| | | @TableField("enter_rgv_no") |
| | | private Integer enterRgvNo; |
| | | |
| | | /** |
| | | * 出罐RGV |
| | | */ |
| | | @ApiModelProperty(value= "出罐RGV") |
| | | @TableField("out_rgv_no") |
| | | private Integer outRgvNo; |
| | | |
| | | /** |
| | | * 冷却 |
| | | */ |
| | | @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; |
| | | } |
| | | } |
| | | |
| | | } |