yaowanxin
3 天以前 d3d6287a3222b9c85a56e4c55c35350c4233c7db
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);
}