feat: 增强仓储CRUD与种子配置
This commit is contained in:
@@ -26,4 +26,9 @@ public sealed class AppSeedOptions
|
||||
/// 基础字典分组。
|
||||
/// </summary>
|
||||
public List<DictionarySeedGroupOptions> DictionaryGroups { get; set; } = new();
|
||||
|
||||
/// <summary>
|
||||
/// 系统参数配置。
|
||||
/// </summary>
|
||||
public List<SystemParameterSeedOptions> SystemParameters { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user