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 "";
| }
| }
|
|