自动化立体仓库 - WCS系统
pang.jiabao
2024-07-28 ee6863dd561415cebed005d51e8c15ec8c2f5004
src/main/java/com/zy/common/model/MatDto.java
@@ -18,6 +18,16 @@
    private String specs;
    private String model;
    private String manuDate;
    private double weight;
    private double length;
    private double volume;
    // 客户信息
    private String manu;
@@ -41,6 +51,16 @@
        this.count = count;
        this.total = total;
    }
    public MatDto(String matnr,String batch,String specs,String manuDate,String model,double weight, double length,double volume) {
        this.matnr = matnr;
        this.batch = batch;
        this.specs = specs;
        this.manuDate = manuDate;
        this.model = model;
        this.weight = weight;
        this.length = length;
        this.volume = volume;
    }
    public MatDto(String matNo, String maknx, Double count) {
        this.matnr = matNo;