feat(dal): в настройки добавлено поле EsppUnitTag

This commit is contained in:
Mikhail Trubnikov
2025-12-25 13:53:38 +10:00
parent 8c7c092a06
commit c7fdf9f97d
5 changed files with 3986 additions and 5 deletions

View File

@@ -112,6 +112,11 @@ namespace PARR.DAL.Contracts
/// </summary>
public TimeSpan WeekendCacheTtl { get; set; } = new TimeSpan(0, 5, 0);
/// <summary>
/// Префикс тега в поле ЭК "Дополнительная информация"
/// </summary>
public string EsppUnitTag { get; set; } = string.Empty;
}
}