记得上下班打卡 | git大法好,push需谨慎

Commit b9e90960 authored by 胡佳晨's avatar 胡佳晨

增加订单统计接口

parent ae35f70c
......@@ -21,7 +21,7 @@ public class PerformanceOrderStatisticalDao {
private String title;
private BigDecimal price;
private Integer type;
private LocalDateTime useStart;
private String useStart;
private BigDecimal totalGeneral = BigDecimal.ZERO;
private BigDecimal saleGeneral = BigDecimal.ZERO;
private BigDecimal surplusGeneral = 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