修改金豆为金币
This commit is contained in:
@@ -22,7 +22,7 @@ public class Coupon implements Serializable {
|
||||
*/
|
||||
private String couponName;
|
||||
/**
|
||||
* 可抵扣金豆
|
||||
* 可抵扣金币
|
||||
*/
|
||||
private BigDecimal money;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ public class CouponUser implements Serializable {
|
||||
*/
|
||||
private Long userId;
|
||||
/**
|
||||
* 优惠券金豆
|
||||
* 优惠券金币
|
||||
*/
|
||||
private BigDecimal couponMoney;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user