feat: 完成配置模块

This commit is contained in:
橙子
2024-06-28 00:14:15 +08:00
parent 1843b9c44f
commit 426c67631a
6 changed files with 17 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ namespace Yi.Abp.Domain.Shared.Settings
{
context.Add(
new SettingDefinition("DDD","127.0.0.1"),
new SettingDefinition("TTT", "127.0.0.1")
new SettingDefinition("Test", null)
);