Commit c408fea8 authored by macro's avatar macro
Browse files

Update PortalOrderItemDao.java

parent e49417d8
......@@ -10,5 +10,8 @@ import java.util.List;
* Created by macro on 2018/9/3.
*/
public interface PortalOrderItemDao {
/**
* 批量插入
*/
int insertList(@Param("list") List<OmsOrderItem> list);
}
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