*
lsh
5 天以前 e5965ceb425d4cf76a25f136bcf506d4b1dad76c
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) {