| | |
| | | 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 = ""; |
| | |
| | | private String boxType2 = "1"; |
| | | private String boxType3 = "1"; |
| | | private Integer outArea; |
| | | private List<Integer> outAreas; |
| | | private Integer freqType; |
| | | |
| | | public FindLocNoAttributeVo() { |
| | | } |
| | |
| | | this.boxType1 = waitPakin.getBoxType1(); |
| | | this.boxType2 = waitPakin.getBoxType2(); |
| | | this.boxType3 = waitPakin.getBoxType3(); |
| | | this.freqType = waitPakin.getFreqType(); |
| | | } |
| | | |
| | | public FindLocNoAttributeVo(FullStoreParam.MatCodeStore matCodeStore) { |
| | |
| | | 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()) |