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