Commit 26bd21a5 by caosy

虚拟毛利

parent a2275364
...@@ -31,11 +31,11 @@ public class BuyVoucherActivityBean implements Serializable { ...@@ -31,11 +31,11 @@ public class BuyVoucherActivityBean implements Serializable {
private String sendName;//发送方名称 private String sendName;//发送方名称
private String actName;//活动名称 private String actName;//活动名称
private String wishing;//祝福语 private String wishing;//祝福语
private BigDecimal grossPrice;// 毛利价 private BigDecimal grossPrice;// 虚拟毛利价
private String regionCode; //区域 0-全区域,100-上海 ,110-广州,120-北京 private String regionCode; //区域 0-全区域,100-上海 ,110-广州,120-北京
private Integer voucherType; //卷类型 1 -正常卷 2-体验卷需要身份证 private Integer voucherType; //卷类型 1 -正常卷 2-体验卷需要身份证
private Integer showPaths; //显示途径 1-App 2-小程序 3-全部 private Integer showPaths; //显示途径 1-App 2-小程序 3-全部
private BigDecimal realPrice; //真实利润
...@@ -243,5 +243,12 @@ public class BuyVoucherActivityBean implements Serializable { ...@@ -243,5 +243,12 @@ public class BuyVoucherActivityBean implements Serializable {
this.showPaths = showPaths; this.showPaths = showPaths;
} }
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