| | |
| | | */ |
| | | 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) ; |
| | | } |