Update PmsProductVertifyRecordDao.java

This commit is contained in:
macro 2020-03-15 16:25:17 +08:00
parent ae274abe76
commit 7eb10d09e3

View File

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