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