rentaiming
2024-07-22 3fa04e2d1e41455b84b1bba63429a4513f44e74e
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) ;
}