| | |
| | | package com.yeshi.fanli.service.inter.redpack;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.tlj.UserTaoLiJinNewbies;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.fanli.exception.tlj.UserTaoLiJinNewbiesException;
|
| | | import com.yeshi.fanli.vo.redpack.TaoLiJinWinDetailVO;
|
| | |
|
| | | public interface UserTaoLiJinNewbiesService {
|
| | |
| | | */
|
| | | public UserTaoLiJinNewbies selectByPrimaryKey(Long uid);
|
| | |
|
| | | /**
|
| | | * 红包减少
|
| | | * @param uid
|
| | | * @param money
|
| | | * @return
|
| | | * @throws UserTaoLiJinNewbiesException
|
| | | */
|
| | | public String createTaoLiJinForBuy(TaoBaoGoodsBrief goods, Long uid) throws UserTaoLiJinNewbiesException;
|
| | |
|
| | | public List<UserTaoLiJinNewbies> query(int page, int count, String key, Integer order);
|
| | |
|
| | | public long count(String key);
|
| | |
|
| | | }
|