feat(health-profiles): 添加健康档案模块,支持健康史记录、家庭健康管理和档案概览功能
This commit is contained in:
@@ -24,6 +24,7 @@ import { WaterRecordsModule } from './water-records/water-records.module';
|
||||
import { ChallengesModule } from './challenges/challenges.module';
|
||||
import { PushNotificationsModule } from './push-notifications/push-notifications.module';
|
||||
import { MedicationsModule } from './medications/medications.module';
|
||||
import { HealthProfilesModule } from './health-profiles/health-profiles.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -55,6 +56,7 @@ import { MedicationsModule } from './medications/medications.module';
|
||||
ChallengesModule,
|
||||
PushNotificationsModule,
|
||||
MedicationsModule,
|
||||
HealthProfilesModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [
|
||||
|
||||
Reference in New Issue
Block a user