yujian
2019-11-07 3f76ec837b343e5a8538f2ce50010714d16cdeef
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);
}