| | |
| | | this.orderNo = orderNo; |
| | | this.cstateid = cstateid; |
| | | } |
| | | |
| | | public MatDto(String matNo, String maktx, Double count,Double total,String specs,String sku) { |
| | | this.specs = specs; |
| | | this.matnr = matNo; |
| | | this.maktx = maktx; |
| | | this.maknx = maktx; |
| | | this.count = count; |
| | | this.total = total; |
| | | this.sku = sku; |
| | | } |
| | | |
| | | public MatDto(String matNo, String maktx, Double count,Double total,String specs,String sku,String barcode) { |
| | | this.specs = specs; |
| | | this.matnr = matNo; |
| | | this.maktx = maktx; |
| | | this.maknx = maktx; |
| | | this.count = count; |
| | | this.total = total; |
| | | this.sku = sku; |
| | | this.barcode = barcode; |
| | | } |
| | | } |