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

Commit c953b8b4 authored by anjiabin's avatar anjiabin
parents ed793c83 b9e90960
...@@ -21,7 +21,7 @@ public class PerformanceOrderStatisticalDao { ...@@ -21,7 +21,7 @@ public class PerformanceOrderStatisticalDao {
private String title; private String title;
private BigDecimal price; private BigDecimal price;
private Integer type; private Integer type;
private LocalDateTime useStart; private String useStart;
private BigDecimal totalGeneral = BigDecimal.ZERO; private BigDecimal totalGeneral = BigDecimal.ZERO;
private BigDecimal saleGeneral = BigDecimal.ZERO; private BigDecimal saleGeneral = BigDecimal.ZERO;
private BigDecimal surplusGeneral = 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