| | |
| | | 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; |
| | | |
| | | 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) { |