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