EnvelopeDomain Add Comment

This commit is contained in:
Developer01
2025-07-14 13:45:14 +02:00
parent de2cc62f95
commit 888c04b5c9
5 changed files with 38 additions and 5 deletions

View File

@@ -56,6 +56,9 @@ namespace EnvelopeGenerator.Domain.Entities
[Column("TITLE", TypeName = "nvarchar(128)")]
public string Title { get; set; } = string.Empty;
[Column("COMMENT", TypeName = "nvarchar(128)")]
public string Comment { get; set; } = string.Empty;
[Column("CONTRACT_TYPE")]
public int ContractType { get; set; }