自动化立体仓库 - WMS系统
src/main/java/com/zy/asrs/entity/result/FindLocNoAttributeVo.java
@@ -5,6 +5,8 @@
import com.zy.asrs.entity.WrkDetl;
import com.zy.asrs.entity.param.FullStoreParam;
import java.util.List;
public class FindLocNoAttributeVo {
    private String matnr = "";
    private String specs = "";
@@ -18,6 +20,8 @@
    private String boxType2 = "1";
    private String boxType3 = "1";
    private Integer outArea;
    private List<Integer> outAreas;
    private Integer freqType;
    public FindLocNoAttributeVo() {
    }
@@ -82,6 +86,7 @@
        this.boxType1 = waitPakin.getBoxType1();
        this.boxType2 = waitPakin.getBoxType2();
        this.boxType3 = waitPakin.getBoxType3();
        this.freqType = waitPakin.getFreqType();
    }
    public FindLocNoAttributeVo(FullStoreParam.MatCodeStore matCodeStore) {
@@ -208,6 +213,22 @@
        this.outArea = outArea;
    }
    public List<Integer> getOutAreas() {
        return outAreas;
    }
    public void setOutAreas(List<Integer> outAreas) {
        this.outAreas = outAreas;
    }
    public Integer getFreqType() {
        return freqType;
    }
    public void setFreqType(Integer freqType) {
        this.freqType = freqType;
    }
    public boolean beSimilar(LocDetl locDetl){
        return (this.matnr.equals(locDetl.getMatnr())