rentaiming
2024-07-21 6c696606a420be0b99f820807045b2f21b05266e
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/service/SlVolumeProductionRkglService.java
@@ -24,14 +24,14 @@
 */
public interface SlVolumeProductionRkglService extends IService<SlVolumeProductionRkgl> {
    PageDTO<SupplierVolumeProductionRkglVO> getSupplierVolumeProductionRkglList( SupplierVolumeProductionRkglQuery supplierVolumeProductionRkglQuery);
    VolumeProductionRkgInfoVO getVolumeProductionRkgInfo(Integer id);
    VolumeProductionRkgInfoVO getVolumeProductionRkgInfo(Long id);
    PageDTO<SupplierVolumeProductionRkglVO> getslVolumeProductionRkglList( getVolumeProductionRkQuery getVolumeProductionRkQuery) ;
    void addVolumeProductionRkgl(@RequestBody VolumeProductionRkglDTO volumeProductionRkglDTO);
    VolumeProductionRkgInventoryVO getVolumeProductionRkgInventory(Integer id);
    VolumeProductionRkgInventoryVO getVolumeProductionRkgInventory(Long id);
    void rk (Integer id) ;
    void rk (Long id) ;
}