公告板
版本库
filestore
活动
搜索
登录
main
/
ltkj_peis_sjpt
路泰机电科技体检——数据平台后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
增加公共组件HIS请求管理表
zhaowenxuan
2025-05-19
2b97a88ceb6e9d44505b8bfa64fe6ec79ea35166
[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);
}