Update SmsHomeRecommendProductService.java

This commit is contained in:
macro 2021-02-07 21:31:03 +08:00
parent 07fca5618b
commit e22c59ccf0

View File

@ -27,7 +27,7 @@ public interface SmsHomeRecommendProductService {
int delete(List<Long> ids);
/**
* 更新推荐状态
* 批量更新推荐状态
*/
int updateRecommendStatus(List<Long> ids, Integer recommendStatus);