Skip to content

Commit

Permalink
Update SmsCouponDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Apr 11, 2020
1 parent d978c64 commit cef87b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mall-admin/src/main/java/com/macro/mall/dao/SmsCouponDao.java
Original file line number Diff line number Diff line change
@@ -8,5 +8,8 @@
* Created by macro on 2018/8/29.
*/
public interface SmsCouponDao {
/**
* 获取优惠券详情包括绑定关系
*/
SmsCouponParam getItem(@Param("id") Long id);
}

0 comments on commit cef87b9

Please sign in to comment.