*
1
2 天以前 7cefeee8ebf28abf429c3654a0520da2469207f1
src/main/java/com/zy/asrs/entity/BasArm.java
@@ -45,9 +45,27 @@
    @TableField("sorting_line")
    private Integer sortingLine;
    /**
     * 拆垛位
     */
    @ApiModelProperty(value= "拆垛位")
    @TableField("sorting_line_sou")
    private Integer sortingLineSou;
    /**
     * 码垛位
     */
    @ApiModelProperty(value= "码垛位")
    @TableField("sta_no_sou")
    private Integer staNoSou;
    @ApiModelProperty(value= "")
    private Integer status;
    @ApiModelProperty(value= "输送PLCId")
    @TableField("devp_id")
    private Integer devpId;
    public BasArm() {}
    public BasArm(Integer armNo,Integer staNo,Integer sortingLine,Integer status) {