Administrator
2025-07-25 fc03a0df2edbf308351d3fb4027919e1d1d30e51
src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiClothesPatternInfoVo.java
@@ -21,4 +21,9 @@
    private BigDecimal patternPrice = BigDecimal.ZERO;
    @ApiModelProperty(value = "正面自定义内容")
    private String patternRemark;
    private String boxWidth;
    private String boxHeight;
    private Integer leftPercent;
    private Integer topPercent;
}