| | |
| | | , wrkDetl.getModel() |
| | | , wrkDetl.getSupp() |
| | | , wrkDetl.getKpCstmrName() |
| | | , wrkDetl.getOrderNo() |
| | | ))); |
| | | } |
| | | commands.add(ledCommand); |
| | |
| | | //开票客户名称 |
| | | private String kpCstmrName; |
| | | |
| | | //单号 |
| | | private String orderNo; |
| | | |
| | | public MatDto() { |
| | | } |
| | | |
| | | public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName) { |
| | | public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo) { |
| | | this.matnr = matNo; |
| | | this.maktx = maktx; |
| | | this.maknx = maktx; |
| | |
| | | this.model = model; |
| | | this.supp = supp; |
| | | this.kpCstmrName = kpCstmrName; |
| | | this.orderNo = orderNo; |
| | | } |
| | | } |