自动化立体仓库 - WMS系统
#
zyx
2024-04-19 a1e67a0b1bb0b60f87d2db7db17ec1b093e3b73e
src/main/java/com/zy/common/model/LocDto.java
@@ -41,24 +41,26 @@
    public LocDto() {
    }
    public LocDto(Long hostId,String locNo, String matnr, String batch, Double anfme) {
    public LocDto(Long hostId,String locNo, String matnr, String batch, Double anfme,String manu) {
        this.locNo = locNo;
        this.matnr = matnr;
        this.batch = batch;
        this.anfme = anfme;
        this.hostId = hostId;
        this.manu = manu;
    }
    public LocDto(Long hostId,String locNo, String matnr, String batch, String orderNo, Double anfme) {
    public LocDto(Long hostId,String locNo, String matnr, String batch, String orderNo, Double anfme,String manu) {
        this.locNo = locNo;
        this.matnr = matnr;
        this.batch = batch;
        this.orderNo = orderNo;
        this.anfme = anfme;
        this.hostId = hostId;
        this.manu = manu;
    }
    public LocDto(Long hostId,String locNo, String matnr, String maktx, String batch, String orderNo, Double anfme) {
    public LocDto(Long hostId,String locNo, String matnr, String maktx, String batch, String orderNo, Double anfme,String manu) {
        this.locNo = locNo;
        this.matnr = matnr;
        this.maktx = maktx;
@@ -66,10 +68,11 @@
        this.orderNo = orderNo;
        this.anfme = anfme;
        this.hostId = hostId;
        this.manu = manu;
    }
    public LocDto(Long hostId,String locNo, String matnr, String maktx, String batch, String orderNo, Double anfme, Double needQty) {
    public LocDto(Long hostId,String locNo, String matnr, String maktx, String batch, String orderNo, Double anfme, Double needQty,String manu) {
        this.locNo = locNo;
        this.matnr = matnr;
        this.maktx = maktx;
@@ -78,6 +81,7 @@
        this.anfme = anfme;
        this.needQty = needQty;
        this.hostId = hostId;
        this.manu = manu;
    }
    public String getTitle() {