自动化立体仓库 - WCS系统
*
lsh
2 天以前 184980deb3f854a98eb112e7998875113ebbba9a
src/main/java/com/zy/asrs/entity/ToWmsDTO.java
@@ -24,6 +24,7 @@
    //库位类型
    private Integer locType;
    private Integer status;//空满版
    private Double grossWt;
//    public ToWmsDTO(String barcode, Integer stationCode, Integer locType){
//        this.barcode = barcode;
@@ -37,6 +38,13 @@
        this.status = status;
    }
    public ToWmsDTO(Integer stationCode, Double grossWt, String barcode, Integer status) {
        this.stationCode = stationCode;
        this.grossWt = grossWt;
        this.barcode = barcode;
        this.status = status;
    }
    public ToWmsDTO(){
    }