自动化立体仓库 - WMS系统
lty
5 天以前 c27d3ae9d5130a230e1dcb59abd4e8851dceb9d6
src/main/java/com/zy/asrs/entity/MatCodePrint.java
@@ -6,17 +6,17 @@
public class MatCodePrint {
    /**
     * 物料编码
     * 商品编号
     */
    private String matNo;
    /**
     * 条码地址
     */
    private String barcodeUrl;
    private String barcode;
    /**
     * 物料名称
     * 商品名称
     */
    private String matName;
@@ -26,7 +26,7 @@
    private String str1;
    /**
     * 物料规格
     * 规格
     */
    private String str2;
@@ -38,12 +38,12 @@
        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() {