admin
2019-04-09 573868c096a920acdb2c003f518d3a94f2e5567c
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/ExtractMapper.java
@@ -93,4 +93,13 @@
    */
   int countTodayComplete();
   double countTodayMoney(@Param("uid") Long uid);
   /**
    * 获取补偿金额
    *
    * @param uid
    * @return
    */
   BigDecimal computeCompensateByUid(Long uid);
}