Commit fb9d24df by caosy

添加毛利

parents bc2ca87c b04ba5ec
...@@ -31,7 +31,8 @@ public class BuyVoucherActivityBean implements Serializable { ...@@ -31,7 +31,8 @@ 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;// 毛利价
public Integer getId() { public Integer getId() {
return id; return id;
} }
...@@ -179,15 +180,7 @@ public class BuyVoucherActivityBean implements Serializable { ...@@ -179,15 +180,7 @@ public class BuyVoucherActivityBean implements Serializable {
public void setRedPacketPrice(BigDecimal redPacketPrice) { public void setRedPacketPrice(BigDecimal redPacketPrice) {
this.redPacketPrice = redPacketPrice; this.redPacketPrice = redPacketPrice;
} }
public BigDecimal getGrossPrice() {
return grossPrice;
}
public void setGrossPrice(BigDecimal grossPrice) {
this.grossPrice = grossPrice;
}
public String getSendName() { public String getSendName() {
return sendName; return sendName;
} }
...@@ -212,6 +205,14 @@ public class BuyVoucherActivityBean implements Serializable { ...@@ -212,6 +205,14 @@ public class BuyVoucherActivityBean implements Serializable {
this.wishing = wishing; 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