Update PmsMemberPriceDao.java
This commit is contained in:
parent
846854d5ff
commit
311915536b
@ -10,5 +10,8 @@ import java.util.List;
|
|||||||
* Created by macro on 2018/4/26.
|
* Created by macro on 2018/4/26.
|
||||||
*/
|
*/
|
||||||
public interface PmsMemberPriceDao {
|
public interface PmsMemberPriceDao {
|
||||||
|
/**
|
||||||
|
* 批量创建
|
||||||
|
*/
|
||||||
int insertList(@Param("list") List<PmsMemberPrice> memberPriceList);
|
int insertList(@Param("list") List<PmsMemberPrice> memberPriceList);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user