"eladmin-common/src/main/vscode:/vscode.git/clone" did not exist on "189f671e88c207a06e767f72d0807f5a47e304ea"
Commit 783abd57 authored by macro's avatar macro
Browse files

Update SmsCouponProductCategoryRelationDao.java

parent 43bddbf7
...@@ -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