路泰机电科技体检——数据平台后端
zhaowenxuan
2025-02-15 c00a5c22a3eacb6319a82d3ddabbde226f81a572
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);
}