Update SmsCouponDao.java

This commit is contained in:
macro 2020-04-11 10:27:00 +08:00
parent d978c64c6f
commit cef87b9e82

View File

@ -8,5 +8,8 @@ import org.apache.ibatis.annotations.Param;
* Created by macro on 2018/8/29.
*/
public interface SmsCouponDao {
/**
* 获取优惠券详情包括绑定关系
*/
SmsCouponParam getItem(@Param("id") Long id);
}