src/main/java/com/ruoyi/inventory/mapper/StockOutMapper.java
@@ -1,6 +1,8 @@ package inventory.mapper; package com.ruoyi.inventory.mapper; import inventory.domain.StockOut; import java.util.List; /** * @author 86151 @@ -12,14 +14,12 @@ int deleteByPrimaryKey(Long id); int insert(StockOut record); List<StockOut> selectAll(); int insertSelective(StockOut record); StockOut selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(StockOut record); int updateByPrimaryKey(StockOut record); }