|  |  |  | 
|---|
|  |  |  | public class MatCodePrint { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 物料编码 | 
|---|
|  |  |  | * 规格 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String matNo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 条码地址 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String barcodeUrl; | 
|---|
|  |  |  | private String barcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 物料名称 | 
|---|
|  |  |  | * 商品名称 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String matName; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | private String str1; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 物料规格 | 
|---|
|  |  |  | * 规格 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String str2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | this.matNo = matNo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getBarcodeUrl() { | 
|---|
|  |  |  | return barcodeUrl; | 
|---|
|  |  |  | public String getBarcode() { | 
|---|
|  |  |  | return barcode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setBarcodeUrl(String barcodeUrl) { | 
|---|
|  |  |  | this.barcodeUrl = barcodeUrl; | 
|---|
|  |  |  | public void setBarcode(String barcode) { | 
|---|
|  |  |  | this.barcode = barcode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getMatName() { | 
|---|