Administrator
1 days ago 9519a6c1fc7ed4e0ca3f4bafa6f190901adb64f8
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;