parent
476f3fb652
commit
34b5051c7c
@ -0,0 +1,13 @@
|
|||||||
|
package com.macro.mall.dao;
|
||||||
|
|
||||||
|
import com.macro.mall.model.PmsMemberPrice;
|
||||||
|
import org.apache.ibatis.annotations.Param;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 自定义会员价格Dao
|
||||||
|
*/
|
||||||
|
public interface PmsMemberPriceDao {//会员价格
|
||||||
|
int insertList(@Param("list") List<PmsMemberPrice> memberPriceList);
|
||||||
|
}
|
Loading…
Reference in new issue