Update SmsFlashPromotionService.java

This commit is contained in:
macro
2025-04-11 10:24:59 +08:00
parent 5fb63b01de
commit 82944a4d18

View File

@@ -25,7 +25,7 @@ public interface SmsFlashPromotionService {
int delete(Long id);
/**
* 修改上下线状态
* 修改活动上下线状态
*/
int updateStatus(Long id, Integer status);