自动化立体仓库 - WCS系统
#
lsh
2024-07-18 db479403cb04f33586584844d9cbdde513201712
src/main/java/com/zy/asrs/entity/BasJar.java
@@ -1,6 +1,6 @@
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;
@@ -119,6 +119,40 @@
    @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) {
@@ -157,5 +191,18 @@
//            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;
        }
    }
}