自动化立体仓库 - WMS系统
cl
2 天以前 8ca8f2b4ae5f84a8fd9b08b089fe2e48417e2b66
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -113,13 +113,17 @@
    @TableField("loc_sts")
    private String locSts;
    @ApiModelProperty(value= "订单号")
    @ApiModelProperty(value= "业务单号")
    @TableField("user_no")
    private String userNo;
    @ApiModelProperty(value= "出库顺序")
    @TableField("plt_type")
    private Integer pltType;
    @ApiModelProperty(value= "出库批次序号")
    @TableField("batch_seq")
    private String batchSeq;
    /**
     * 拣料
@@ -298,6 +302,10 @@
    @TableField("Pdc_type")
    private String PdcType;
    @ApiModelProperty(value= "集装箱号")
    @TableField("container_no")
    private String containerNo;
    @ApiModelProperty(value= "")
    @TableField("ctn_no")
    private String ctnNo;