feat: 新增饮食记录模块,含增删改查及营养汇总功能

This commit is contained in:
richarjiang
2025-08-29 08:48:22 +08:00
parent 17ee96638e
commit a1c21d8a23
10 changed files with 479 additions and 355 deletions

View File

@@ -15,6 +15,7 @@ import { ExercisesModule } from './exercises/exercises.module';
import { WorkoutsModule } from './workouts/workouts.module';
import { MoodCheckinsModule } from './mood-checkins/mood-checkins.module';
import { GoalsModule } from './goals/goals.module';
import { DietRecordsModule } from './diet-records/diet-records.module';
@Module({
imports: [
@@ -35,6 +36,7 @@ import { GoalsModule } from './goals/goals.module';
WorkoutsModule,
MoodCheckinsModule,
GoalsModule,
DietRecordsModule,
],
controllers: [AppController],
providers: [AppService],