feat: ProfControlsTf-Entität erstellen

This commit is contained in:
Developer 02
2024-10-23 00:47:21 +02:00
parent a740289e05
commit fff7e069c4
2 changed files with 61 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ namespace WorkFlow.Domain.Entities
{
[Key]
[Column("GUID")]
public int Guid { get; init; }
public int Id { get; init; }
[Required]
[Column("CONF_TITLE", TypeName = "varchar(100)")]