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