yujian
2019-07-11 e4a56b57d3e10b9b46eaefe5194bbf98fcc45698
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);
   /**
    * 统计创建次数
@@ -89,4 +96,7 @@
    */
   public UserTaoLiJinRecord createShareTaoLiJin(Long uid, int totalNum, TaoBaoGoodsBrief goods)
         throws UserTaoLiJinRecordException;
}