Skip to content

系统设置

系统设置相关代码位于:

  • app/Domain/Infrastructure/SystemSetting
  • app/Application/Admin/Infrastructure/AppSystemSettingCommandService.php
  • app/Application/Admin/Infrastructure/AppSystemSettingQueryService.php
  • app/Interface/Admin/Controller/System/SystemSettingController.php

当前仓库还可确认以下基础设施配置域存在:

  • 附件:AttachmentController
  • 地区库:Geo 相关服务与控制器
  • 审计日志:登录日志、操作日志
  • 统计:Domain/Infrastructure/Statistics

这部分是后台配置与基础设施能力的主要入口。

文档内容仅描述当前仓库中已经存在的实现