Update SmsCouponProductCategoryRelationDao.java
This commit is contained in:
parent
43bddbf767
commit
783abd5723
@ -10,5 +10,8 @@ import java.util.List;
|
|||||||
* Created by macro on 2018/8/28.
|
* Created by macro on 2018/8/28.
|
||||||
*/
|
*/
|
||||||
public interface SmsCouponProductCategoryRelationDao {
|
public interface SmsCouponProductCategoryRelationDao {
|
||||||
|
/**
|
||||||
|
* 批量创建
|
||||||
|
*/
|
||||||
int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList);
|
int insertList(@Param("list")List<SmsCouponProductCategoryRelation> productCategoryRelationList);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user