Commit b04ba5ec by zhangchen

vo增加毛利属性

parent 44247a9e
......@@ -31,6 +31,7 @@ public class BuyVoucherActivityBean implements Serializable {
private String sendName;//发送方名称
private String actName;//活动名称
private String wishing;//祝福语
private BigDecimal grossPrice;// 毛利价
public Integer getId() {
return id;
......@@ -204,6 +205,14 @@ public class BuyVoucherActivityBean implements Serializable {
this.wishing = wishing;
}
public BigDecimal getGrossPrice() {
return grossPrice;
}
public void setGrossPrice(BigDecimal grossPrice) {
this.grossPrice = grossPrice;
}
......
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