yujian
2019-04-17 17652cd5b8892862832dee0cf3978ce144942a1f
fanli/src/main/java/com/yeshi/fanli/service/inter/user/ExtractService.java
@@ -57,7 +57,7 @@
    * @param uid
    * @return
    */
   public void checkExtract(String uid) throws ExtractException ;
   public void checkExtract(Long uid) throws ExtractException ;
   public Extract selectByPrimaryKey(Long id);
@@ -94,5 +94,7 @@
    * @return
    */
   public double countTodayMoney(Long uid);
}