refactor: ♻️ bizServer 更名为 AdmServer (#104)

This commit is contained in:
2024-04-25 18:32:14 +08:00
committed by GitHub
parent 149e1afa53
commit 6bd6e62fb6
24 changed files with 33 additions and 37 deletions

View File

@ -24,7 +24,7 @@ public sealed class DevService(IApiService apiService) : ServiceBase<DevService>
{
req.ThrowIfInvalid();
// 模块类型Sys、Biz、等)
// 模块类型Sys、Adm、等)
var moduleType = Enum.GetName(req.Type)!;
// 模板层目录