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