fwq
2022-10-10 37937248c0c2a25b8975367adb0d7ed36cb57676
phis-feign/src/main/java/com/hz/his/dto/user/coupon/GoodsCanUseCouponDto.java
@@ -8,7 +8,7 @@
/**
 * @author wzh
 * 商品可用优惠券扩展
 * 商品SKU可用优惠券扩展
 * */
@Data
public class GoodsCanUseCouponDto extends PageDto {
@@ -17,7 +17,11 @@
    /**sku标识*/
    private String skuId;
    /**商品类型*/
    private String goodType;
    private Integer goodType;
    /**his商品类型*/
    private String hisGoodType;
    /**商品金额*/
    private BigDecimal price;
    /**数量*/
    private Integer num;
}