docs:修改模块时间

This commit is contained in:
moyin
2025-12-17 09:59:19 +08:00
parent f980e40fb0
commit 2ce05931dd
5 changed files with 9 additions and 9 deletions

View File

@@ -12,9 +12,9 @@
* - AppLoggerService: 应用日志服务
* - ScheduleModule: 定时任务模块
*
* @author
* @author moyin
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
import { Injectable } from '@nestjs/common';

View File

@@ -7,9 +7,9 @@
* - 根据环境自动调整日志策略
* - 提供日志文件清理和归档功能
*
* @author 开发团队
* @author moyin
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
import { ConfigService } from '@nestjs/config';

View File

@@ -12,9 +12,9 @@
* - PinoLoggerModule: Pino 日志模块
* - AppLoggerService: 应用日志服务
*
* @author 开发团队
* @author moyin
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
import { Module } from '@nestjs/common';
@@ -23,7 +23,7 @@ import { LoggerModule as PinoLoggerModule } from 'nestjs-pino';
import { ScheduleModule } from '@nestjs/schedule';
import { AppLoggerService } from './logger.service';
import { LoggerConfigFactory } from './logger.config';
import { LogManagementService } from './log-management.service';
import { LogManagementService } from './log_management.service';
/**
* 日志模块类

View File

@@ -15,7 +15,7 @@
*
* @author moyin
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
import { Test, TestingModule } from '@nestjs/testing';

View File

@@ -14,7 +14,7 @@
*
* @author moyin
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
import { Injectable, Logger, Inject, Optional } from '@nestjs/common';