admin
2019-07-29 1be32ab61d7ed248f190eead478bdd7f8b83edbe
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserActiveLogService.java
@@ -24,4 +24,12 @@
    */
   public UserActiveLog getUserLatestActiveInfo(Long uid);
   /**
    * 获取第一次活跃信息
    *
    * @param uid
    * @return
    */
   public UserActiveLog getFirstActiveInfo(Long uid);
}