| | |
| | | |
| | | private Double anfme; |
| | | |
| | | private Double stock; |
| | | |
| | | private boolean lack = false; |
| | | |
| | | private List<Integer> staNos; |
| | |
| | | public LocDto() { |
| | | } |
| | | |
| | | public LocDto(String locNo, Double anfme, String matnr, String batch, String csocode, String isoseq, String containerCode) { |
| | | this.locNo = locNo; |
| | | this.anfme = anfme; |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.csocode = csocode; |
| | | this.isoseq = isoseq; |
| | | this.containerCode = containerCode; |
| | | } |
| | | |
| | | public LocDto(String locNo, String matnr, String batch, Double anfme) { |
| | | this.locNo = locNo; |
| | | this.matnr = matnr; |