Update SmsHomeAdvertiseService.java

This commit is contained in:
macro
2025-04-18 10:35:34 +08:00
parent 82944a4d18
commit 6bea1cbb97

View File

@@ -20,7 +20,7 @@ public interface SmsHomeAdvertiseService {
int delete(List<Long> ids); int delete(List<Long> ids);
/** /**
* 修改上、下线状态 * 修改广告上、下线状态
*/ */
int updateStatus(Long id, Integer status); int updateStatus(Long id, Integer status);