lty
2025-09-23 766b76e287b7be3a51a9448d5045c39ec6c245f8
src/main/java/com/zy/asrs/entity/BasArm.java
@@ -45,6 +45,20 @@
    @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;