|
@@ -10,5 +10,8 @@ import java.util.List;
|
|
* Created by macro on 2018/8/28.
|
|
* Created by macro on 2018/8/28.
|
|
*/
|
|
*/
|
|
public interface SmsCouponProductRelationDao {
|
|
public interface SmsCouponProductRelationDao {
|
|
|
|
+ /**
|
|
|
|
+ * 批量创建
|
|
|
|
+ */
|
|
int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList);
|
|
int insertList(@Param("list")List<SmsCouponProductRelation> productRelationList);
|
|
}
|
|
}
|