Переименовал [DisplayName("Изделие")] -> [DisplayName("Документ")]
This commit is contained in:
parent
522d338147
commit
8bd3c5138a
@ -10,11 +10,10 @@ namespace LawFirmContracts.ViewModels
|
||||
public int Id { get; set; }
|
||||
public int DocumentId { get; set; }
|
||||
[DisplayName("Документ")]
|
||||
public string ShipName { get; set; } = string.Empty;
|
||||
public int ClientId { get; set; }
|
||||
[DisplayName("Данные клиента")]
|
||||
public string ClientFIO { get; set; } = string.Empty;
|
||||
[DisplayName("Изделие")]
|
||||
[DisplayName("Документ")]
|
||||
public string DocumentName { get; set; } = string.Empty;
|
||||
[DisplayName("Количество")]
|
||||
public int Count { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user