自动化立体仓库 - WMS系统
skyouc
3 天以前 0f3025a6cf28e2cf9630f38a681f2dd8d7f1a052
src/main/java/com/zy/asrs/entity/Order.java
@@ -79,6 +79,10 @@
    @TableField("allot_item_id")
    private Long allotItemId;
    @ApiModelProperty("目标库区")
    @TableField("target_location")
    private String targetLocation;
    /**
     * 初始票据号
     */
@@ -216,6 +220,10 @@
    @TableField("ship_code")
    private String shipCode;
    @ApiModelProperty("上报次数")
    @TableField("report_once")
    private Integer reportOnce;
    /**
     * 订单状态
     */