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; }