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
c18dbb9b
Commit
c18dbb9b
authored
Jul 21, 2020
by
macro
Browse files
Update SmsCouponHistoryDao.java
parent
a58bcde7
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/dao/SmsCouponHistoryDao.java
View file @
c18dbb9b
...
...
@@ -12,6 +12,13 @@ import java.util.List;
* Created by macro on 2018/8/29.
*/
public
interface
SmsCouponHistoryDao
{
/**
* 获取优惠券历史详情
*/
List
<
SmsCouponHistoryDetail
>
getDetailList
(
@Param
(
"memberId"
)
Long
memberId
);
/**
* 获取指定会员优惠券列表
*/
List
<
SmsCoupon
>
getCouponList
(
@Param
(
"memberId"
)
Long
memberId
,
@Param
(
"useStatus"
)
Integer
useStatus
);
}
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