获取vip商品列表
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.peanut.modules.common.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableLogic;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
@@ -25,6 +26,8 @@ public class VipBuyConfigEntity {
|
||||
|
||||
private BigDecimal fee;
|
||||
|
||||
private BigDecimal rebateFee;
|
||||
|
||||
private Integer dateType;
|
||||
|
||||
private Date startTime;
|
||||
@@ -32,6 +35,12 @@ public class VipBuyConfigEntity {
|
||||
private Date endTime;
|
||||
|
||||
@TableLogic
|
||||
private Integer del_flag;
|
||||
private Integer delFlag;
|
||||
|
||||
/**
|
||||
* 最终价格,后台算好个人的价格后返给前端
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private BigDecimal lastFee;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user