package com.example.service; import org.springframework.stereotype.Service; import java.util.Map; @Service public interface PacsService { String orderAdd(String xml); }