admin
2019-05-15 3be3f6e670d2e11d7ced76b8202f0ef30b56870f
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushCouponRecordMapper.java
@@ -22,6 +22,6 @@
    * @param uid
    * @return
    */
   List<PushCouponRecord> listByUid( @Param("uid") Long uid);
   List<PushCouponRecord> listByUid(@Param("uid") Long uid);
   
}