公告板
版本库
filestore
活动
搜索
登录
main
/
ltkj_peis_sjpt
路泰机电科技体检——数据平台后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Lis接口
zhaowenxuan
2025-01-02
06f3d4be5f282dea252070a1df496ab4ab5b738a
[ltkj_peis_sjpt.git]
/
src
/
main
/
java
/
com
/
example
/
service
/
PacsService.java
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);
}