ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/service/SlVolumeProductionCkglService.java
@@ -25,11 +25,11 @@ void addslVolumeProductionCkgl(VolumeProductionCkglDTO volumeProductionCkglDTO); VolumeProductionCkglInfoVO getVolumeProductionCkglnfo (Integer id); VolumeProductionCkglInfoVO getVolumeProductionCkglnfo (Long id); VolumeProductionCkglInventoryVO getVolumeProductionCkglInventory(Integer id); VolumeProductionCkglInventoryVO getVolumeProductionCkglInventory(Long id); void ck(Integer id); void ck(Long id); void gh(Integer id); void gh(Long id); }