Skip to content

Commit

Permalink
Update PmsProductVertifyRecordDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Apr 9, 2020
1 parent 594efbe commit d978c64
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/4/27.
*/
public interface PmsProductVertifyRecordDao {
/**
* 批量创建
*/
int insertList(@Param("list") List<PmsProductVertifyRecord> list);
}

0 comments on commit d978c64

Please sign in to comment.