无关风月
2024-07-30 87e07ac8b8f1868eb4302fac73dfc93c5417f977
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);
}