自动化立体仓库 - WMS系统
#
zwl
2025-05-20 cb5092a38a5123bd9da452ad311b9323561802b1
src/main/java/com/zy/asrs/entity/BasCrnp.java
@@ -13,12 +13,14 @@
import com.core.common.Cools;
import com.core.common.SpringUtils;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
@TableName("asr_bas_crnp")
@Data
public class BasCrnp implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -47,6 +49,9 @@
    /**
     * 状态
     * 1.联机
     * 0.手动
     * 2.充电中
     */
    @ApiModelProperty(value= "状态")
    @TableField("crn_sts")
@@ -58,6 +63,12 @@
    @ApiModelProperty(value= "工作号")
    @TableField("wrk_no")
    private Integer wrkNo;
    /**
     * 回原点
     */
    @ApiModelProperty(value= "回原点")
    private Integer origin;
    /**
     * 异常码
@@ -142,13 +153,22 @@
    @TableField("emp_in")
    private String empIn;
    @ApiModelProperty(value= "")
    /**
     * 找小车标记,优先找有1的小车所在层,再去找没有小车的所在层
     */
    @ApiModelProperty(value= "入库标记")
    @TableField("tank_qty")
    private Integer tankQty;
    @ApiModelProperty(value= "小车所在层")
    @TableField("lev1")
    private Integer lev1;
    @ApiModelProperty(value= "")
    @TableField("tank_qty1")
    private Integer tankQty1;
    public BasCrnp() {}
@@ -247,6 +267,14 @@
        this.wrkNo = wrkNo;
    }
    public Integer getOrigin() {
        return origin;
    }
    public void setOrigin(Integer origin) {
        this.origin = origin;
    }
    public Long getCrnErr() {
        return crnErr;
    }