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
91765044
Commit
91765044
authored
Mar 17, 2025
by
macro
Browse files
Update SmsHomeNewProductService.java
parent
f1f7b1a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/service/SmsHomeNewProductService.java
View file @
91765044
...
...
@@ -11,28 +11,28 @@ import java.util.List;
*/
public
interface
SmsHomeNewProductService
{
/**
* 添加
首页
推荐
* 添加
新品
推荐
*/
@Transactional
int
create
(
List
<
SmsHomeNewProduct
>
homeNewProductList
);
/**
* 修改推荐排序
* 修改
新品
推荐排序
*/
int
updateSort
(
Long
id
,
Integer
sort
);
/**
* 批量删除推荐
* 批量删除
新品
推荐
*/
int
delete
(
List
<
Long
>
ids
);
/**
* 批量更新推荐状态
* 批量更新
新品
推荐状态
*/
int
updateRecommendStatus
(
List
<
Long
>
ids
,
Integer
recommendStatus
);
/**
* 分页查询推荐
* 分页查询
新品
推荐
*/
List
<
SmsHomeNewProduct
>
list
(
String
productName
,
Integer
recommendStatus
,
Integer
pageSize
,
Integer
pageNum
);
}
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