| | |
| | | package com.yeshi.fanli.service.inter.goods;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.HongBao;
|
| | | import com.yeshi.fanli.entity.taobao.PidOrder;
|
| | | import com.yeshi.fanli.entity.taobao.PidUser;
|
| | | import com.yeshi.fanli.entity.taobao.ShareTaoPassword;
|
| | |
|
| | |
| | | */
|
| | | int getCount(long uid);
|
| | |
|
| | | /**
|
| | | * |
| | | * 方法说明: 获取分享赚列表
|
| | | * @author mawurui
|
| | | * createTime 2018年4月16日 上午10:51:32
|
| | | * @param pageIndex
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | List<HongBao> getShareList(int pageIndex, long uid);
|
| | |
|
| | | /**
|
| | | *
|
| | |
| | | */
|
| | | int getInviteCount(long uid);
|
| | |
|
| | | List<HongBao> getInviteList(int pageIndex, long uid);
|
| | |
|
| | | /**
|
| | | *
|
| | | * 方法说明: 查询所有用户分享赚列表总数
|
| | |
| | | * @return
|
| | | */
|
| | | int getShareMoneyCount();
|
| | |
|
| | | /**
|
| | | * |
| | | * 方法说明: 查询所有用户分享赚列表数据
|
| | | * @author mawurui
|
| | | * createTime 2018年4月24日 下午3:45:32
|
| | | * @param pageIndex
|
| | | * @return
|
| | | */
|
| | | List<PidOrder> getShareMoneyList(int pageIndex, String key);
|
| | | |
| | | /**
|
| | | * 根据查询条件统计条数
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | int getCountByKey(String key);
|
| | |
|
| | |
|
| | |
|