src/main/java/com/zy/asrs/entity/Mat.java
@@ -190,10 +190,25 @@ * 长度 */ @ApiModelProperty(value= "长度") @ExcelProperty(value = "长度") @TableField("man_length") private Double manLength; /** * 重量 */ @ApiModelProperty(value= "宽度") @ExcelProperty(value = "宽度") private Double width; /** * 重量 */ @ApiModelProperty(value= "高度") @ExcelProperty(value = "高度") private Double height; /** * 体积 */ @ApiModelProperty(value= "体积")