Commit 0c8ca243 authored by macro's avatar macro
Browse files

Update SmsFlashPromotionProductRelationService.java

parent a704ebf7
...@@ -18,7 +18,7 @@ public interface SmsFlashPromotionProductRelationService { ...@@ -18,7 +18,7 @@ public interface SmsFlashPromotionProductRelationService {
int create(List<SmsFlashPromotionProductRelation> relationList); int create(List<SmsFlashPromotionProductRelation> relationList);
/** /**
* 修改关联相关信息 * 修改关联信息
*/ */
int update(Long id, SmsFlashPromotionProductRelation relation); int update(Long id, SmsFlashPromotionProductRelation relation);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment