maven
4 天以前 05ae94ea868f4bc85984b0e6d38512c163dc3c33
src/main/java/com/ruoyi/stock/mapper/StockInventoryMapper.java
@@ -29,6 +29,6 @@
    int updateSubtractStockInventory(@Param("ew") StockInventoryDto stockInventoryDto);
    List<StockInventoryExportData> listStockInventoryExportData(StockInventoryDto stockInventoryDto);
    List<StockInventoryExportData> listStockInventoryExportData(@Param("ew") StockInventoryDto stockInventoryDto);
}