Skip to content

Commit

Permalink
Update OmsOrderOperateHistoryDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 4, 2020
1 parent 628d235 commit 846854d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
* Created by macro on 2018/10/12.
*/
public interface OmsOrderOperateHistoryDao {
/**
* 批量创建
*/
int insertList(@Param("list") List<OmsOrderOperateHistory> orderOperateHistoryList);
}

0 comments on commit 846854d

Please sign in to comment.