zhaowenxuan
3 天以前 d276f9fcb97f98521be33f1351b027af7faee14c
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java
@@ -62,4 +62,8 @@
     * @return 结果
     */
    public int deleteTjReservationById(Integer id);
    List<TjReservation> getFirimSfList(String compId);
    List<TjReservation> getTeamTjPeopleList(String teamNo, String pacId);
}