Skip to content

Commit

Permalink
Update CmsPrefrenceAreaProductRelationDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 25, 2020
1 parent 9486185 commit 5c8b141
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/4/26.
*/
public interface CmsPrefrenceAreaProductRelationDao {
/**
* 批量创建
*/
int insertList(@Param("list") List<CmsPrefrenceAreaProductRelation> prefrenceAreaProductRelationList);
}

0 comments on commit 5c8b141

Please sign in to comment.