aiVip
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;
|
||||
@@ -40,5 +41,12 @@ public class AiBuyConfig implements Serializable {
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
@TableField(exist = false)
|
||||
private boolean canUpgrade;
|
||||
@TableField(exist = false)
|
||||
private String upgradeCount;
|
||||
@TableField(exist = false)
|
||||
private BigDecimal upgradeFee;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -36,6 +36,9 @@ public class AiVipLog implements Serializable {
|
||||
//结束时间
|
||||
private Date endTime;
|
||||
|
||||
//0有效1失效
|
||||
private Integer state;
|
||||
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
|
||||
@@ -217,6 +217,8 @@ public class BuyOrder implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private VipBuyConfigEntity vipBuyConfigEntity;
|
||||
@TableField(exist = false)
|
||||
private AiBuyConfig aiBuyConfig;
|
||||
@TableField(exist = false)
|
||||
private BookEntity bookEntity;
|
||||
@TableField(exist = false)
|
||||
private String trainingClassIdentity;
|
||||
|
||||
Reference in New Issue
Block a user