Update SmsFlashPromotionService.java

This commit is contained in:
macro
2021-12-08 10:40:44 +08:00
parent 9a5f81d02e
commit 81e0a69e01

View File

@@ -30,7 +30,7 @@ public interface SmsFlashPromotionService {
int updateStatus(Long id, Integer status);
/**
* 获取详细信息
* 获取活动详情
*/
SmsFlashPromotion getItem(Long id);