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