| | |
| | | //销售订单行号 |
| | | private String isoseq; |
| | | |
| | | // 库位类型: 1、代包装成品,2、原材料,3、箱壳 |
| | | private Integer locType; |
| | | |
| | | public DetlDto() { |
| | | } |
| | | |
| | |
| | | this.isoseq = isoseq; |
| | | this.containerCode = containerCode; |
| | | } |
| | | public DetlDto(String matnr, String batch, Double anfme, String csocode, String isoseq, String containerCode, Integer locType) { |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.csocode = csocode; |
| | | this.isoseq = isoseq; |
| | | this.containerCode = containerCode; |
| | | this.locType = locType; |
| | | } |
| | | |
| | | public DetlDto(String orderNo, String matnr, String batch, Double anfme, String csocode, String isoseq) { |
| | | this.orderNo = orderNo; |