|
@@ -85,7 +85,7 @@ public class BizCouponRecord extends CommonEntity {
|
|
|
private String destroyOrgName;
|
|
|
/**优惠券金额*/
|
|
|
@TableField(exist = false)
|
|
|
- private String couponAmount;
|
|
|
+ private BigDecimal couponAmount;
|
|
|
/**会员姓名*/
|
|
|
@TableField(exist = false)
|
|
|
private String userName;
|
|
@@ -96,8 +96,4 @@ public class BizCouponRecord extends CommonEntity {
|
|
|
/**清除状态 1:已清除 0:未清除*/
|
|
|
private Integer destroyStatus;
|
|
|
|
|
|
- @TableField(exist = false)
|
|
|
- /**蛋糕券金额*/
|
|
|
- private BigDecimal couponMoney;
|
|
|
-
|
|
|
}
|