yujian
2019-08-29 e1dcef9d29c8de98c603cd4880f6b272c23f1cc0
fanli/src/main/java/com/yeshi/fanli/service/inter/user/TokenRecordService.java
@@ -34,4 +34,7 @@
    */
   public String receiveToken(String token, Long uid) throws TokenRecordException;
   public void updateByPrimaryKeySelective(TokenRecord record);
}