yujian
2019-08-16 1db61f9479d537ecf2c030d8b9cb45b1e0bf0eec
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);
}