| | |
| | | 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.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);
|
| | |
|
| | | /**
|
| | | *
|
| | |
| | | * @return
|
| | | */
|
| | | int getInviteCount(long uid);
|
| | |
|
| | | List<HongBao> getInviteList(int pageIndex, long uid);
|
| | |
|
| | | /**
|
| | | *
|