admin
2019-03-05 49c9f029291d9a44699bc521b62d730270fb039e
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/MsgInviteDetailMapper.java
@@ -35,4 +35,19 @@
    */
   Long countByUid(@Param("uid") Long uid);
   /**
    * 设置消息已读时
    *
    * @param uid
    */
   void setMsgReadByUid(Long uid);
   /**
    * 根据邀请关系ID删除
    *
    * @param threeSaleId
    * @return
    */
   int deleteByThreeSaleId(Long threeSaleId);
}