Update SmsCouponProductCategoryRelationDao.java

This commit is contained in:
macro 2020-03-19 20:10:30 +08:00
parent 43bddbf767
commit 783abd5723

View File

@ -10,5 +10,8 @@ import java.util.List;
* Created by macro on 2018/8/28.
*/
public interface SmsCouponProductCategoryRelationDao {
/**
* 批量创建
*/
int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList);
}