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