pang.jiabao
12 小时以前 db9da52e04e95cf0b3c4f196ce5e1baf7a58832d
src/main/java/com/zy/common/model/MatDto.java
@@ -43,6 +43,8 @@
    private Double total;
    private String standby1 = "";
    public MatDto() {
    }
    public MatDto(String matnr, String maknx, String batch, String specs, String manu, String memo, Double count, Double total) {
@@ -55,7 +57,7 @@
        this.count = count;
        this.total = total;
    }
    public MatDto(String orderNo,String matnr,String maknx, String batch,String specs,String manuDate,String model,Double anfme) {
    public MatDto(String orderNo,String matnr,String maknx, String batch,String specs,String manuDate,String model,Double anfme,String standby1) {
        this.orderNo = orderNo;
        this.matnr = matnr;
        this.maknx = maknx;
@@ -64,6 +66,7 @@
        this.manuDate = manuDate;
        this.model = model;
        this.anfme = anfme;
        this.standby1 = standby1;
    }
    public MatDto(String matNo, String maknx, Double count) {