Administrator
2025-07-21 25ff701c08ebb6f98b9c9af4263dcbc8ac64c22c
src/main/java/cc/mrbird/febs/mall/dto/clothes/ApiClothesOrderItemInfoDto.java
@@ -15,10 +15,6 @@
    private Long skuId;
    @NotNull(message = "参数不能为空")
    @ApiModelProperty(value = "数量", example = "2")
    private Integer cnt;
    @NotNull(message = "参数不能为空")
    @ApiModelProperty(value = "类型 1正面图案 2反面图案 3工艺 4布料 5尺码 6尺码自定义", example = "2")
    private Integer type;