Update SmsHomeBrandService.java

This commit is contained in:
macro 2021-01-31 10:47:36 +08:00
parent 824a2ba29c
commit 4437c0ad52

View File

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