yj
2020-03-06 207dc8655711cddac2653e18b51e58a88dba2084
fanli/src/main/java/com/yeshi/fanli/dto/money/ExtractOrderStatisticDTO.java
@@ -10,7 +10,9 @@
 */
public class ExtractOrderStatisticDTO {
   private int orderCount50More;// 返利超过超过50元的订单数量
   private int orderCount50More;// 返利超过50元的订单数量
   private Integer orderCount100More;// 返利超过100元的订单数量
   private int weiQuanOrderCount;// 维权订单数量
@@ -62,4 +64,12 @@
      this.safeOrderCount = safeOrderCount;
   }
   public Integer getOrderCount100More() {
      return orderCount100More;
   }
   public void setOrderCount100More(Integer orderCount100More) {
      this.orderCount100More = orderCount100More;
   }
}