admin
2019-07-30 573c491b4a1ba60e12a5678a01c1546c0077c1ee
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;
   }
}