Update SmsHomeBrandService.java

This commit is contained in:
macro 2025-03-10 16:30:09 +08:00
parent f37b8c3645
commit f1f7b1a08a

View File

@ -11,7 +11,7 @@ import java.util.List;
*/
public interface SmsHomeBrandService {
/**
* 添加首页品牌推荐
* 添加品牌推荐
*/
@Transactional
int create(List<SmsHomeBrand> homeBrandList);