路泰机电科技体检——数据平台后端
zhaowenxuan
2025-08-04 fef1c951a1d63f32b70f7be29cec80f026c9961d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.example.service.shanjianyi.shanxiqin.weinan.pbkwyy;
 
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 "";
    }
}