Commit d978c64c authored by macro's avatar macro
Browse files

Update PmsProductVertifyRecordDao.java

parent 594efbed
...@@ -10,5 +10,8 @@ import java.util.List; ...@@ -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);
} }
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