|
|
|
@ -97,21 +97,4 @@ public class DiseaseAncillaryManageServiceImpl implements DiseaseAncillaryManage
|
|
|
|
|
}
|
|
|
|
|
return list.get(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static class ConfigTreatmentPlanManageServiceImpl implements ConfigTreatmentPlanManageService {
|
|
|
|
|
@Override
|
|
|
|
|
public ConfigTreatmentPlanWrapVo queryTree(Integer disposalMethod) {
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public List<ConfigTreatmentPlan> queryList(Integer disposalMethod) {
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public ConfigTreatmentPlanWrapVo findById(String id) {
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|