自动化立体仓库 - WMS系统
Administrator
5 天以前 08b4403ec8d6b69528d161cfcad80b5d64dea76c
src/main/java/com/zy/asrs/entity/Mat.java
@@ -63,18 +63,18 @@
    private Long tagId;
    /**
     * 物料号
     */
    @ApiModelProperty(value= "物料号")
    @ExcelProperty(value = "物料号")
    private String matnr;
    /**
     * 品号
     */
    @ApiModelProperty(value= "品号")
    @ExcelProperty(value = "品号")
    private String matnr;
    /**
     * 品名
     */
    @ApiModelProperty(value= "品名")
    @ExcelProperty(value = "品名")
    private String maktx;
    /**
@@ -110,14 +110,14 @@
     */
    @ApiModelProperty(value= "类型")
//    @ApiModelProperty(value= "品牌")
    @ExcelIgnore
    @ExcelProperty(value = "类型")
    private String brand;
    /**
     * 单位
     */
    @ApiModelProperty(value= "单位")
    @ExcelIgnore
    @ExcelProperty(value = "单位")
    private String unit;
    /**
@@ -367,8 +367,8 @@
//    Mat mat = new Mat(
//            null,    // 编号
//            null,    // 所属归类
//            null,    // 物料号
//            null,    // 品号
//            null,    // 品名
//            null,    // 别名
//            null,    // 规格
//            null,    // 型号