src/main/java/com/zy/asrs/entity/Mat.java
@@ -95,14 +95,14 @@ * 颜色 */ @ApiModelProperty(value= "颜色") @ExcelProperty(value = "存货分类名称") @ExcelProperty(value = "商品分类名称") private String color; /** * 品牌 */ @ApiModelProperty(value= "品牌") @ExcelProperty(value = "存货分类编码") @ExcelProperty(value = "商品分类编码") private String brand; /**