Update PmsMemberPriceDao.java

This commit is contained in:
macro 2020-03-29 19:26:44 +08:00
parent 19c6f381ec
commit 36d2c931d2

View File

@ -10,5 +10,8 @@ import java.util.List;
* Created by macro on 2018/4/26.
*/
public interface PmsMemberPriceDao {
/**
* 批量创建
*/
int insertList(@Param("list") List<PmsMemberPrice> memberPriceList);
}