| | |
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.HongBaoMessage;
|
| | | import com.yeshi.fanli.entity.bus.user.ShamUser;
|
| | |
|
| | | /**
|
| | |
| | |
|
| | | public List<ShamUser> getAll();
|
| | |
|
| | | public List<HongBaoMessage> getManyData();
|
| | |
|
| | | public void delete(long id);
|
| | |
|
| | | public List<HongBaoMessage> findShamThreeSaleInfo();
|
| | |
|
| | | public List<ShamUser> findShamUserList(int sum);
|
| | |
|
| | |
| | | public int insertBatch(List<ShamUser> list);
|
| | |
|
| | | public int updateBatchSelective(List<ShamUser> list);
|
| | |
|
| | | /**
|
| | | * 随机一定的用户
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<ShamUser> listRandUser(int count);
|
| | | }
|