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