Commit 06b0577550a3311097720994a2b94ea73ad7c987
1 parent
0d6d166e57
Exists in
master
and in
1 other branch
新增诸城妇幼更换就诊卡方法
Showing 1 changed file with 11 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/zcfy/DzfyHisService.java
View file @
06b0577
| 1 | 1 | package com.lyms.hospitalapi.zcfy; |
| 2 | 2 | |
| 3 | +import com.lyms.hospitalapi.pojo.DzReplace; | |
| 4 | +import org.springframework.stereotype.Service; | |
| 5 | + | |
| 6 | +import java.util.List; | |
| 7 | + | |
| 3 | 8 | /** |
| 4 | 9 | * Created by Administrator on 2017/12/18. |
| 5 | 10 | */ |
| 11 | +@Service("dzfyHisService") | |
| 6 | 12 | public class DzfyHisService { |
| 13 | + | |
| 14 | + public List<DzReplace> findAllVcCarddNo(String vcCardNo){ | |
| 15 | + | |
| 16 | + return null; | |
| 17 | + } | |
| 7 | 18 | |
| 8 | 19 | } |