Administrator
2025-09-05 6fb9052c35348987cb4876cfab65f59d0558ab1b
src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java
@@ -22,8 +22,8 @@
    private String name;
    private String image;
    private String content;
    private String boxWidth;
    private String boxHeight;
    private Integer boxWidth;
    private Integer boxHeight;
    private Integer leftPercent;
    private Integer topPercent;
    private BigDecimal price;