Commit 3889e288c456a3e8ddf8b31d2d4ac93349737a05
1 parent
7917548f04
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 2 additions and 22 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/LhBabyBirthDefectTabResult.java
View file @
3889e28
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/LhBabyGravidityEndingTabResult.java
View file @
3889e28
... | ... | @@ -398,29 +398,7 @@ |
398 | 398 | this.writeDate = writeDate; |
399 | 399 | } |
400 | 400 | |
401 | - public BasicConfigService getBasicConfigService() { | |
402 | - return basicConfigService; | |
403 | - } | |
404 | 401 | |
405 | - public void setBasicConfigService(BasicConfigService basicConfigService) { | |
406 | - this.basicConfigService = basicConfigService; | |
407 | - } | |
408 | - | |
409 | - public UsersService getUsersService() { | |
410 | - return usersService; | |
411 | - } | |
412 | - | |
413 | - public void setUsersService(UsersService usersService) { | |
414 | - this.usersService = usersService; | |
415 | - } | |
416 | - | |
417 | - public OrganizationService getOrganizationService() { | |
418 | - return organizationService; | |
419 | - } | |
420 | - | |
421 | - public void setOrganizationService(OrganizationService organizationService) { | |
422 | - this.organizationService = organizationService; | |
423 | - } | |
424 | 402 | |
425 | 403 | @Autowired |
426 | 404 | private BasicConfigService basicConfigService; |