| | |
| | | |
| | | private String specs; |
| | | |
| | | private String model; |
| | | |
| | | private String manuDate; |
| | | |
| | | private double weight; |
| | | |
| | | private double length; |
| | | |
| | | private double volume; |
| | | |
| | | // 客户信息 |
| | | private String manu; |
| | | |
| | |
| | | this.count = count; |
| | | this.total = total; |
| | | } |
| | | public MatDto(String matnr,String batch,String specs,String manuDate,String model,double weight, double length,double volume) { |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.specs = specs; |
| | | this.manuDate = manuDate; |
| | | this.model = model; |
| | | this.weight = weight; |
| | | this.length = length; |
| | | this.volume = volume; |
| | | } |
| | | |
| | | public MatDto(String matNo, String maknx, Double count) { |
| | | this.matnr = matNo; |