admin
2019-04-29 f560f510ed07ccad5e675eddfb0b762cc71ea349
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);
}