This commit is contained in:
qianhao.xu
2024-12-03 14:55:14 +08:00
parent aab3a3b58d
commit b9203d8e9a
38 changed files with 3331 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ namespace Infrastructure
Console.WriteLine(content);
Console.ForegroundColor = ConsoleColor.Blue;
Console.WriteLine("苏州道安自动化网址http://www.izhaorui.cn");
Console.WriteLine("苏州道安自动化网址http://www.doan-tech.com");
Console.WriteLine($"Swagger地址{url}/swagger/index.html");
Console.WriteLine($"初始化种子数据地址:{url}/common/InitSeedData");
}