Administrator
3 hours ago cf329233aef9b144942a16e9d2d9988ccbda3d56
src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiClothesLocationVo.java
@@ -28,4 +28,9 @@
    @ApiModelProperty(value = "价格")
    private BigDecimal price;
    private String boxWidth;
    private String boxHeight;
    private Integer leftPercent;
    private Integer topPercent;
}