"src/main/java/vscode:/vscode.git/clone" did not exist on "ac217e7c8a874b4c6879d0455d1d4d3b081e9335"
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