yaowanxin
3 天以前 e83d4cecece6e8677392229e996dea22bbe2d1e9
src/main/java/com/ruoyi/inventory/mapper/StockInMapper.java
@@ -1,6 +1,8 @@
package inventory.mapper;
package com.ruoyi.inventory.mapper;
import inventory.domain.StockIn;
import com.ruoyi.inventory.domain.StockIn;
import java.util.List;
/**
* @author 86151
@@ -12,14 +14,12 @@
    int deleteByPrimaryKey(Long id);
    int insert(StockIn record);
    int insertSelective(StockIn record);
    StockIn selectByPrimaryKey(Long id);
    int updateByPrimaryKeySelective(StockIn record);
    int updateByPrimaryKey(StockIn record);
    List<StockIn> selectList();
}