rentaiming
2024-07-21 6c696606a420be0b99f820807045b2f21b05266e
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);
}