cloud-server-activity/src/main/java/com/dsh/activity/entity/PointsMerchandise.java
@@ -35,7 +35,7 @@ @TableId(value = "id", type = IdType.AUTO) private Integer id; /** * 类型(1=实体商品,2=课包商品,3=门票商品) * 类型(1=实体商品,2=课包商品,3=门票商品 4=优惠券) */ @TableField("type") private Integer type; @@ -68,7 +68,7 @@ * 所属积分 */ @TableField("integral") private BigDecimal integral; private Integer integral; /** * 商品封面 */