Update PmsProductLadderDao.java
This commit is contained in:
parent
ccd40a1ea4
commit
ae274abe76
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user