feat: 完善配置模块

This commit is contained in:
橙子
2024-06-27 22:39:09 +08:00
parent fcea4c63a7
commit 1843b9c44f
5 changed files with 35 additions and 7 deletions

View File

@@ -16,10 +16,10 @@ public class SettingAggregateRoot : Entity<Guid>, IAggregateRoot<Guid>
public virtual string Value { get; internal set; }
[CanBeNull]
public virtual string ProviderName { get; protected set; }
public virtual string? ProviderName { get; protected set; }
[CanBeNull]
public virtual string ProviderKey { get; protected set; }
public virtual string? ProviderKey { get; protected set; }
public SettingAggregateRoot()
{