Administrator
2025-04-23 595b7935a30e84fba1bc3561d05f9d19d3e32e1f
src/main/java/com/taoke/autopay/dao/WxUserOrderCountMapper.java
@@ -4,6 +4,7 @@
import java.lang.Long;
import java.util.List;
import com.taoke.autopay.entity.OrderChannelEnum;
import org.apache.ibatis.annotations.Param;
import com.taoke.autopay.entity.WxUserOrderCount;
@@ -26,6 +27,7 @@
      public String day;
      public Long uid;
      public Integer orderCount;
      public OrderChannelEnum orderChannel;
      public Integer orderType;
      public Date minCreateTime;
      public Date maxCreateTime;