admin
2019-08-02 26e7a03ee4be4b8de0cbfe55d6ef6a63122b2336
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);
}