admin
2019-04-22 08e5c64ec7424fd0048d85ef293148977f4739cb
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);
}