Administrator
2025-08-18 a46c4d2db30c2f534400a6179cd82f7beb07a29d
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;
}