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