yujian
2019-05-23 f0b45fd50863cc322858730c55b53c06d11f6dd2
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);
}