Commit 1bdaa723 by caosy

虚拟毛利

parent 5c3cb4f7
......@@ -47,7 +47,8 @@ public class BuyVoucherActivity implements java.io.Serializable {
private String sendName;//发送方名称
private String actName;//活动名称
private String wishing;//祝福语
private BigDecimal grossPrice;// 毛利价
private BigDecimal grossPrice;//虚拟 毛利价
private BigDecimal realPrice;//真实利润
private String regionCode; //区域 0-全区域,100-上海 ,110-广州,120-北京
private Integer voucherType;//卷类型 1 -正常卷 2-体验卷需要身份证
private Integer showPaths; //显示途径 1-App 2-小程序 3-全部
......@@ -274,4 +275,13 @@ public class BuyVoucherActivity implements java.io.Serializable {
public void setShowPaths(Integer showPaths) {
this.showPaths = showPaths;
}
@Column(name = "realPrice")
public BigDecimal getRealPrice() {
return realPrice;
}
public void setRealPrice(BigDecimal realPrice) {
this.realPrice = realPrice;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment