master
sikadi 2023-10-29 22:11:35 +08:00
parent afb77577ae
commit 69d5fe8ddf
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ public class DiseaseDetatilServerImpl implements DiseaseDetatilServer {
private RemoteHealthTypeService remoteHealthTypeService; private RemoteHealthTypeService remoteHealthTypeService;
@Override @Override
public List<HealthType> healthType() { public List<HealthType> healthType() {
R r = remoteHealthTypeService.healthTypeList(); R r = remoteHealthTypeService.healthTypeList();