Commit e315786a authored by 周健威's avatar 周健威

Merge branch 'holiday-price' into dev

parents 3caadd72 7e8b2751
...@@ -217,9 +217,9 @@ public class VehicleItemDTO extends OrderItem { ...@@ -217,9 +217,9 @@ public class VehicleItemDTO extends OrderItem {
private Integer sameUnitPrice = 1; private Integer sameUnitPrice = 1;
//免费数量 //免费数量
private Integer freeNum; private Integer freeNum = 0;
//免费金额 //免费金额
private BigDecimal freeAmount; private BigDecimal freeAmount = BigDecimal.ZERO;
} }
} }
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 to comment