自动化立体仓库 - WMS系统
#
tqs
2023-02-07 6bf2d1d74115cc394315bb0efa5a9ea6ce5bd518
src/main/java/com/zy/common/model/DetlDto.java
@@ -23,6 +23,8 @@
    private String memo;
    private String cstmr;
    public DetlDto() {
    }
@@ -51,11 +53,12 @@
        this.anfme = anfme;
    }
    public DetlDto(String matnr, String batch, Double anfme, String memo) {
    public DetlDto(String matnr, String batch, Double anfme, String memo, String cstmr) {
        this.matnr = matnr;
        this.batch = batch;
        this.anfme = anfme;
        this.memo = memo;
        this.cstmr = cstmr;
    }