refactor: 日志库拆分与清理用户审计
This commit is contained in:
@@ -19,4 +19,9 @@ public static class DatabaseConstants
|
||||
/// 字典库(DictionaryDatabase)。
|
||||
/// </summary>
|
||||
public const string DictionaryDataSource = "DictionaryDatabase";
|
||||
|
||||
/// <summary>
|
||||
/// 日志库(LogsDatabase)。
|
||||
/// </summary>
|
||||
public const string LogsDataSource = "LogsDatabase";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user