Commit 89c408544371d8b8a74adbb538b34dc4bdf636b1

Authored by wtt
1 parent 05e6cac1ab

update

Showing 1 changed file with 14 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/nanhe/InhFyFmService.java View file @ 89c4085
  1 +package com.lyms.hospitalapi.nanhe;
  2 +
  3 +import com.lyms.hospitalapi.dzfy.Fm;
  4 +
  5 +import java.util.List;
  6 +
  7 +/**
  8 + * Created by Administrator on 2018/1/10.
  9 + */
  10 +public interface InhFyFmService {
  11 +
  12 + public void queryFmPatient(List<Fm> list);
  13 +
  14 +}