Update PmsProductFullReductionDao.java
This commit is contained in:
parent
0a1c388280
commit
ccd40a1ea4
@ -10,5 +10,8 @@ import java.util.List;
|
||||
* Created by macro on 2018/4/26.
|
||||
*/
|
||||
public interface PmsProductFullReductionDao {
|
||||
/**
|
||||
* 批量创建
|
||||
*/
|
||||
int insertList(@Param("list") List<PmsProductFullReduction> productFullReductionList);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user