feat(health-profiles): 添加健康档案模块,支持健康史记录、家庭健康管理和档案概览功能

This commit is contained in:
richarjiang
2025-12-04 17:15:11 +08:00
parent 03bd0b041e
commit 2d7e067888
20 changed files with 1949 additions and 0 deletions

View File

@@ -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: [