Update SmsCouponDao.java
This commit is contained in:
parent
3011b90201
commit
43bddbf767
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user