自动化立体仓库 - WMS系统
#
1
5 天以前 0e1dcb25ccb0249b1b62a4fec7cb3154a50f7e69
src/main/java/com/zy/asrs/entity/BasArm.java
@@ -48,6 +48,20 @@
    @ApiModelProperty(value= "")
    private Integer status;
    /**
     * 拆垛位
     */
    @ApiModelProperty(value= "拆垛位")
    @TableField("sorting_line_sou")
    private Integer sortingLineSou;
    /**
     * 码垛位
     */
    @ApiModelProperty(value= "码垛位")
    @TableField("sta_no_sou")
    private Integer staNoSou;
    public BasArm() {}
    public BasArm(Integer armNo,Integer staNo,Integer sortingLine,Integer status) {