yujian
2019-05-15 265e7fc98dfa0ac37bcc95a105e42546ffb3d094
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);
}