| | |
| | | |
| | | private Double total; |
| | | |
| | | private String standby1 = ""; |
| | | |
| | | public MatDto() { |
| | | } |
| | | public MatDto(String matnr, String maknx, String batch, String specs, String manu, String memo, Double count, Double total) { |
| | |
| | | this.count = count; |
| | | this.total = total; |
| | | } |
| | | public MatDto(String orderNo,String matnr,String maknx, String batch,String specs,String manuDate,String model,Double anfme) { |
| | | public MatDto(String orderNo,String matnr,String maknx, String batch,String specs,String manuDate,String model,Double anfme,String standby1) { |
| | | this.orderNo = orderNo; |
| | | this.matnr = matnr; |
| | | this.maknx = maknx; |
| | |
| | | this.manuDate = manuDate; |
| | | this.model = model; |
| | | this.anfme = anfme; |
| | | this.standby1 = standby1; |
| | | } |
| | | |
| | | public MatDto(String matNo, String maknx, Double count) { |