Update PmsProductLadderDao.java

This commit is contained in:
macro 2020-03-14 15:51:14 +08:00
parent ccd40a1ea4
commit ae274abe76

View File

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