Commit cef87b9e authored by macro's avatar macro
Browse files

Update SmsCouponDao.java

parent d978c64c
...@@ -8,5 +8,8 @@ import org.apache.ibatis.annotations.Param; ...@@ -8,5 +8,8 @@ import org.apache.ibatis.annotations.Param;
* Created by macro on 2018/8/29. * Created by macro on 2018/8/29.
*/ */
public interface SmsCouponDao { public interface SmsCouponDao {
/**
* 获取优惠券详情包括绑定关系
*/
SmsCouponParam getItem(@Param("id") Long id); SmsCouponParam getItem(@Param("id") Long id);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment