自动化立体仓库 - WMS系统
zyx
2024-03-27 0cdbbb60b9549be1c99ff7d5a37936dadac61649
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;
    /**