Commit 39e7fc5b authored by macro's avatar macro
Browse files

Update SmsCouponProductCategoryRelationDao.java

parent cef87b9e
...@@ -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 SmsCouponProductCategoryRelationDao { public interface SmsCouponProductCategoryRelationDao {
/**
* 批量创建
*/
int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList); int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList);
} }
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