路泰机电科技体检——数据平台后端
zhaowenxuan
2025-04-15 067368273c081636a82fb84539f0ba55426f0c15
1
2
3
4
5
6
7
8
9
10
package com.example.service;
 
import org.springframework.stereotype.Service;
 
import java.util.Map;
 
@Service
public interface PacsService {
    String orderAdd(String xml);
}