rentaiming
2024-07-30 ad663df3b38b873d79fff48570dfb56b69697ac6
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);
}