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
19d17990
Commit
19d17990
authored
Jul 16, 2020
by
macro
Browse files
Update PortalProductDao.java
parent
c408fea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/dao/PortalProductDao.java
View file @
19d17990
...
...
@@ -12,7 +12,18 @@ import java.util.List;
* Created by macro on 2018/8/2.
*/
public
interface
PortalProductDao
{
/**
* 获取购物车商品信息
*/
CartProduct
getCartProduct
(
@Param
(
"id"
)
Long
id
);
/**
* 获取促销商品信息列表
*/
List
<
PromotionProduct
>
getPromotionProductList
(
@Param
(
"ids"
)
List
<
Long
>
ids
);
List
<
SmsCoupon
>
getAvailableCouponList
(
@Param
(
"productId"
)
Long
productId
,
@Param
(
"productCategoryId"
)
Long
productCategoryId
);
/**
* 获取可用优惠券列表
*/
List
<
SmsCoupon
>
getAvailableCouponList
(
@Param
(
"productId"
)
Long
productId
,
@Param
(
"productCategoryId"
)
Long
productCategoryId
);
}
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