Эх сурвалжийг харах

chore: 增加空行以提高代码可读性

- 在多个文件中添加空行,改善代码结构和可读性
17846405080 4 долоо хоног өмнө
parent
commit
abe9ee53a6

+ 1 - 0
campus_health_app/backend/src/controllers/WeightController.ts

@@ -382,3 +382,4 @@ export class WeightController {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/dto/tag.dto.ts

@@ -33,3 +33,4 @@ export class CreateTagDto {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/dto/weight-goal.dto.ts

@@ -58,3 +58,4 @@ export class UpdateWeightGoalDto {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/dto/weight-record.dto.ts

@@ -129,3 +129,4 @@ export class WeightRecordQueryDto {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/entities/AnomalyLog.ts

@@ -87,3 +87,4 @@ export class AnomalyLog {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/entities/WeightRecordTag.ts

@@ -59,3 +59,4 @@ export class WeightRecordTag {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/middlewares/auth.middleware.ts

@@ -48,3 +48,4 @@ declare global {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/middlewares/error.middleware.ts

@@ -54,3 +54,4 @@ export const notFoundMiddleware = (
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/middlewares/logger.middleware.ts

@@ -41,3 +41,4 @@ export const loggerMiddleware = (
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/routes/index.ts

@@ -35,3 +35,4 @@ export default router;
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/routes/weight.routes.ts

@@ -74,3 +74,4 @@ export default router;
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/server.ts

@@ -134,3 +134,4 @@ export default app;
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/services/StatsService.ts

@@ -116,3 +116,4 @@ export class StatsService {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/services/TagService.ts

@@ -90,3 +90,4 @@ export class TagService {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/services/WeightGoalService.ts

@@ -143,3 +143,4 @@ export class WeightGoalService {
 
 
 
+

+ 1 - 0
campus_health_app/backend/src/services/WeightRecordService.ts

@@ -249,3 +249,4 @@ export class WeightRecordService {
 
 
 
+