Skip to content

Commit

Permalink
Update SmsCouponProductRelationDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Apr 13, 2020
1 parent 39e7fc5 commit 8e80cde
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
* Created by macro on 2018/8/28.
*/
public interface SmsCouponProductRelationDao {
/**
* 批量创建
*/
int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList);
}

0 comments on commit 8e80cde

Please sign in to comment.