| | |
| | | |
| | | private Double anfme; |
| | | |
| | | // 调拨源库位 |
| | | private String sourceLoc; |
| | | |
| | | // 调拨目标库位 |
| | | private String staLoc; |
| | | |
| | | /** |
| | | * 单行号,u8明细id |
| | | */ |
| | | private String sku; |
| | | |
| | | public DetlDto() { |
| | | } |
| | | |
| | |
| | | this.anfme = anfme; |
| | | } |
| | | |
| | | public DetlDto(String matnr, String batch, Double anfme,String sourceLoc,String staLoc,String sku) { |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.sourceLoc = sourceLoc; |
| | | this.staLoc = staLoc; |
| | | this.sku = sku; |
| | | } |
| | | |
| | | public DetlDto(String orderNo, String matnr, String batch, Double anfme) { |
| | | this.orderNo = orderNo; |
| | | this.matnr = matnr; |