admin
2019-04-15 debb3a579f798d71072f037f74e3e6b43b5fe0ee
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);
}