Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
cef87b9e
Commit
cef87b9e
authored
Apr 11, 2020
by
macro
Browse files
Update SmsCouponDao.java
parent
d978c64c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dao/SmsCouponDao.java
View file @
cef87b9e
...
@@ -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
);
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment