Commit 19c6f381 authored by macro's avatar macro
Browse files

Update OmsOrderOperateHistoryDao.java

parent 4a0e9883
...@@ -10,5 +10,8 @@ import java.util.List; ...@@ -10,5 +10,8 @@ import java.util.List;
* Created by macro on 2018/10/12. * Created by macro on 2018/10/12.
*/ */
public interface OmsOrderOperateHistoryDao { public interface OmsOrderOperateHistoryDao {
/**
* 批量创建
*/
int insertList(@Param("list") List<OmsOrderOperateHistory> orderOperateHistoryList); int insertList(@Param("list") List<OmsOrderOperateHistory> orderOperateHistoryList);
} }
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