Administrator
2025-09-03 a1d01d25e2c5f48bc51557da55f40e8748d94532
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;
}