1
2025-10-02 aeaf3e43e425ef0de84c1819f318f20e90471f90
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;