Update CmsPrefrenceAreaProductRelationDao.java
This commit is contained in:
parent
1dfa644911
commit
704101c7d9
@ -10,5 +10,8 @@ import java.util.List;
|
|||||||
* Created by macro on 2018/4/26.
|
* Created by macro on 2018/4/26.
|
||||||
*/
|
*/
|
||||||
public interface CmsPrefrenceAreaProductRelationDao {
|
public interface CmsPrefrenceAreaProductRelationDao {
|
||||||
|
/**
|
||||||
|
* 批量创建
|
||||||
|
*/
|
||||||
int insertList(@Param("list") List<CmsPrefrenceAreaProductRelation> prefrenceAreaProductRelationList);
|
int insertList(@Param("list") List<CmsPrefrenceAreaProductRelation> prefrenceAreaProductRelationList);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user