自动化立体仓库 - WMS系统
#
yxFwq
2025-04-01 74fd6eb7fb0322078f7946f51073f20e90231df1
src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -103,14 +103,14 @@
    /**
     * 起始堆垛机号
     */
    @ApiModelProperty(value= "起始排号")
    @ApiModelProperty(value= "起始堆垛机号")
    @TableField("s_crn_no")
    private Integer sCrnNo;
    /**
     * 终止堆垛机号
     */
    @ApiModelProperty(value= "终止排号")
    @ApiModelProperty(value= "终止堆垛机号")
    @TableField("e_crn_no")
    private Integer eCrnNo;
@@ -134,6 +134,13 @@
    @ApiModelProperty(value= "其它标记类别")
    @TableField("sign_type_other_boolean")
    private String signTypeOtherBoolean;
    /**
     * 其它标记类别(是否输送线互通)
     */
    @ApiModelProperty(value= "入库站点集合")
    @TableField("sta_no_list")
    private String staNoList;
    public RowLastno() {}
@@ -162,7 +169,7 @@
//            null,    // 修改时间
//            null,    // 创建者
//            null,    // 添加时间
//            null    //
//            null    //
//    );
    public Integer getWhsType() {
@@ -292,7 +299,6 @@
    public void setLimintLoc(Integer limintLoc) {
        this.limintLoc = limintLoc;
    }
    public Integer getsCrnNo() {
        return sCrnNo;
    }
@@ -333,4 +339,12 @@
        this.signTypeOtherBoolean = signTypeOtherBoolean;
    }
    public String getStaNoList() {
        return staNoList;
    }
    public void setStaNoList(String StaNoList) {
        this.staNoList = StaNoList;
    }
}