"jshERP-web/git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "1764ee66f3111319c70370628aa788e6e1e73900"
Commit 36d2c931 authored by macro's avatar macro
Browse files

Update PmsMemberPriceDao.java

parent 19c6f381
...@@ -10,5 +10,8 @@ import java.util.List; ...@@ -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);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment