无关风月
2024-07-30 f3cba59fc471e42936a10d8e923fd097e80cbc97
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/service/InventoriesSuppliesInfoService.java
@@ -8,6 +8,8 @@
import com.ruoyi.management.domain.vo.InventoriesSuppliesInfoVO;
import org.springframework.web.bind.annotation.RequestBody;
import java.util.List;
/**
 * <p>
 *  服务类
@@ -20,7 +22,7 @@
    PageDTO<InventoriesSuppliesInfoVO> inventoriesSuppliesInfoService(InventoriesSuppliesInfoQuery inventoriesSuppliesInfoQuery);
    void addInventoriesSuppliesInfo(InventoriesSuppliesInfoDTO inventoriesSuppliesInfoDTO);
    void addInventoriesSuppliesInfo(List<InventoriesSuppliesInfoDTO> inventoriesSuppliesInfoDTO);
    InventoriesSuppliesInfo getInventoriesSuppliesInfo(InventoriesSuppliesInfoDTO inventoriesSuppliesInfoDTO);