Pu Zhibing
2024-11-25 abd19b59926737dad2ca58331bcf38a2f3d1d32b
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/GoodsVO.java
@@ -17,6 +17,9 @@
    @ApiModelProperty(value = "商品名称")
    private String goodsName;
    @ApiModelProperty(value = "限购数量(-1不限购)")
    private Integer purchaseLimit;
    @ApiModelProperty(value = "类型(1=服务商品,2=单品商品)")
    private Integer type;
@@ -32,6 +35,13 @@
    @ApiModelProperty(value = "详情图,多个逗号分隔")
    private String detailPicture;
    @ApiModelProperty(value = "积分支付(0=否,1=是)")
    private Integer pointPayment;
    @ApiModelProperty(value = "基础积分")
    @TableField("integral")
    private Integer integral;
    @ApiModelProperty(value = "划线价")
    private BigDecimal originalPrice;