diff --git a/src/main/java/com/peanut/modules/common/entity/UserVipLog.java b/src/main/java/com/peanut/modules/common/entity/UserVipLog.java index b3f9c9f0..feb0d78f 100644 --- a/src/main/java/com/peanut/modules/common/entity/UserVipLog.java +++ b/src/main/java/com/peanut/modules/common/entity/UserVipLog.java @@ -29,6 +29,7 @@ public class UserVipLog implements Serializable { private Integer adminId; private Date startTime; private Date endTime; + private BigDecimal price; private BigDecimal fee; private BigDecimal dayAmount; private String payType; diff --git a/src/main/java/com/peanut/modules/common/service/impl/UserVipLogServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/UserVipLogServiceImpl.java index 7776ed2c..f533ae58 100644 --- a/src/main/java/com/peanut/modules/common/service/impl/UserVipLogServiceImpl.java +++ b/src/main/java/com/peanut/modules/common/service/impl/UserVipLogServiceImpl.java @@ -34,6 +34,7 @@ public class UserVipLogServiceImpl extends ServiceImpl