Commit 5b7ad405 authored by macro's avatar macro
Browse files

Update SmsCouponProductRelationDao.java

parent 783abd57
...@@ -10,5 +10,8 @@ import java.util.List; ...@@ -10,5 +10,8 @@ import java.util.List;
* Created by macro on 2018/8/28. * Created by macro on 2018/8/28.
*/ */
public interface SmsCouponProductRelationDao { public interface SmsCouponProductRelationDao {
/**
* 批量创建
*/
int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList); int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList);
} }
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