|
@@ -42,6 +42,13 @@ public class ProductSpuPageReqVO extends PageParam {
|
|
|
*/
|
|
|
public static final Integer RECYCLE_BIN = 4;
|
|
|
|
|
|
+ @Schema(description = "产地")
|
|
|
+ private String producerArea;
|
|
|
+
|
|
|
+ @Schema(description = "商品类别", example = "1")
|
|
|
+ private Boolean spuType;
|
|
|
+
|
|
|
+
|
|
|
@Schema(description = "商品名称", example = "清凉小短袖")
|
|
|
private String name;
|
|
|
|
|
@@ -55,4 +62,11 @@ public class ProductSpuPageReqVO extends PageParam {
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
|
|
private LocalDateTime[] createTime;
|
|
|
|
|
|
+
|
|
|
+ @Schema(description = "推广费, 单位: 分")
|
|
|
+ private Integer promotionFee;
|
|
|
+
|
|
|
+ @Schema(description = "备注")
|
|
|
+ private String mark;
|
|
|
+
|
|
|
}
|