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