yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/service/inter/tlj/UserTaoLiJinRecordService.java
@@ -34,6 +34,13 @@
    */
   public List<UserTaoLiJinRecordVO> getRecordByUid(long start, int count, Long uid);
   /**
    * 统计创建记录条数
    * @param uid
    * @return
    */
   public long countShareRecordByUid(Long uid);
   /**
    * 统计创建次数
@@ -76,7 +83,7 @@
    * @return
    * @throws UserTaoLiJinRecordException
    */
   public UserTaoLiJinRecord createSelfBuyTaoLiJin(Long uid, int totalNum, TaoBaoGoodsBrief goods)
   public UserTaoLiJinRecord createSelfBuyTaoLiJin(Long uid, BigDecimal couplePrice, TaoBaoGoodsBrief goods)
         throws UserTaoLiJinRecordException;
   /**
@@ -89,4 +96,17 @@
    */
   public UserTaoLiJinRecord createShareTaoLiJin(Long uid, int totalNum, TaoBaoGoodsBrief goods)
         throws UserTaoLiJinRecordException;
   /**
    * 赠送推广红包
    * @param uid
    * @param amount
    * @return
    * @throws UserTaoLiJinRecordException
    */
   public String giveTaolijin(Long uid, BigDecimal amount) throws UserTaoLiJinRecordException;
}