@@ -46,7 +46,7 @@ public class ProductSpuPageReqVO extends PageParam {
private String producerArea;
@Schema(description = "商品类别", example = "1")
- private Boolean spuType;
+ private Integer spuType;
@Schema(description = "商品名称", example = "清凉小短袖")
@@ -127,6 +127,6 @@ public class ProductSpuRespVO {
}
@@ -97,6 +97,6 @@ public class ProductSpuSaveReqVO {
@@ -175,7 +175,7 @@ public class ProductSpuDO extends BaseDO {
/**
* 商品类别
*/