| | |
| | | @Data |
| | | public class MatDto { |
| | | |
| | | private String orderNo; |
| | | |
| | | // 物料编号 |
| | | private String matnr; |
| | | |
| | |
| | | private String specs; |
| | | |
| | | private String model; |
| | | |
| | | private Double anfme; |
| | | |
| | | private String manuDate; |
| | | |
| | |
| | | this.count = count; |
| | | this.total = total; |
| | | } |
| | | public MatDto(String matnr,String batch,String specs,String manuDate,String model,double weight, double length,double volume) { |
| | | public MatDto(String orderNo,String matnr,String maknx, String batch,String specs,String manuDate,String model,Double anfme) { |
| | | this.orderNo = orderNo; |
| | | this.matnr = matnr; |
| | | this.maknx = maknx; |
| | | this.batch = batch; |
| | | this.specs = specs; |
| | | this.manuDate = manuDate; |
| | | this.model = model; |
| | | this.weight = weight; |
| | | this.length = length; |
| | | this.volume = volume; |
| | | this.anfme = anfme; |
| | | } |
| | | |
| | | public MatDto(String matNo, String maknx, Double count) { |