fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java
@@ -5,6 +5,8 @@ import java.util.List; import java.util.Map; import com.yeshi.fanli.vo.order.HongBaoV2VO; public interface HongBaoV2CountService { @@ -110,5 +112,14 @@ */ public List<Map<String, Object>> countHongBaoType(Integer dateType, Integer type, String year, String startTime, String endTime) throws Exception; /** * 查询邀请=分享奖金 * @param start * @param count * @param date * @return */ public List<HongBaoV2VO> listShareAndInviteMoney(long start, int count, String date); }