Commit 0a1a19ea by chongli

赛事发票类表导出excel

parent 174a1c9e
...@@ -56,7 +56,7 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean ...@@ -56,7 +56,7 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean
private BigDecimal communeMinus; private BigDecimal communeMinus;
private BigDecimal communeGuestPrice; private BigDecimal communeGuestPrice;
private BigDecimal communeGuestMinus; private BigDecimal communeGuestMinus;
private BigDecimal floorPrice; private Double floorPrice;
/** /**
* 实付金额 * 实付金额
*/ */
...@@ -255,11 +255,11 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean ...@@ -255,11 +255,11 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean
this.insuranceAmount = insuranceAmount; this.insuranceAmount = insuranceAmount;
} }
public BigDecimal getFloorPrice() { public Double getFloorPrice() {
return floorPrice; return floorPrice;
} }
public void setFloorPrice(BigDecimal floorPrice) { public void setFloorPrice(Double floorPrice) {
this.floorPrice = floorPrice; this.floorPrice = floorPrice;
} }
......
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