feat(dal,api): в таблицу Tnk, добавлено поле ShortName
This commit is contained in:
@@ -17,7 +17,7 @@ namespace PARR.API.Validators
|
||||
|
||||
RuleFor(t => t.Name).NotEmpty().NotNull();
|
||||
|
||||
RuleFor(t => t.EsppId).NotEmpty().NotNull().WithMessage("EsppId не может быть пустым");
|
||||
//RuleFor(t => t.EsppId).NotEmpty().NotNull().WithMessage("EsppId не может быть пустым");
|
||||
|
||||
RuleFor(t => t.SubprocessId).NotEmpty().NotNull();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user