feat(dal): в настройки добавлено поле EsppUnitTag
This commit is contained in:
@@ -190,11 +190,12 @@ namespace PARR.DAL.Context
|
||||
Name = nameof(SettingsFromDb.TemplateNameConstantParts),
|
||||
Description = "Список неизменных частей имени шаблона",
|
||||
Value =
|
||||
new List<TemplateNameConstantPart> {
|
||||
new TemplateNameConstantPart { Name = "П-1", Value = "ЭИТИ" },
|
||||
new TemplateNameConstantPart { Name = "П-2", Value = "ПАРР" }
|
||||
}.ToJson()
|
||||
}
|
||||
new List<TemplateNameConstantPart> {
|
||||
new TemplateNameConstantPart { Name = "П-1", Value = "ЭИТИ" },
|
||||
new TemplateNameConstantPart { Name = "П-2", Value = "ПАРР" }
|
||||
}.ToJson()
|
||||
},
|
||||
new { Name = nameof(SettingsFromDb.EsppUnitTag), Description = "Префикс тега в поле ЭК \"Дополнительная информация\"", Value = "ПАРР-" }
|
||||
);
|
||||
});
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user