forked from ddrilling/AsbCloudServer
dev changes
This commit is contained in:
parent
a9ee51e090
commit
65d846dba4
@ -26,6 +26,6 @@ namespace AsbCloudApp.Data
|
||||
/// Название типа компании
|
||||
/// </summary>
|
||||
[StringLength(30, MinimumLength = 1, ErrorMessage = "Допустимое имя типа компании от 1 до 30 символов")]
|
||||
public string CompanyTypeCaption { get; set; } = null!;
|
||||
public string? CompanyTypeCaption { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user