路泰机电科技体检——数据平台后端
zhaowenxuan
2025-02-21 aa93e512a60379c6373d10023f49dae4403b51c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.example.service.shanxiqin.weinan;
 
import com.example.service.PacsService;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: zhaowenxuan
 * @Date: 2025/1/13 10:18
 */
public class PbkwyyPacsService implements PacsService {
    @Override
    public String orderAdd(String xml) {
        return "";
    }
}