Update PmsProductVertifyRecordDao.java

This commit is contained in:
macro 2020-04-09 20:32:12 +08:00
parent 594efbedd8
commit d978c64c6f

View File

@ -10,5 +10,8 @@ import java.util.List;
* Created by macro on 2018/4/27.
*/
public interface PmsProductVertifyRecordDao {
/**
* 批量创建
*/
int insertList(@Param("list") List<PmsProductVertifyRecord> list);
}