feat: 完善配置模块
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user