Entities/WineCult: Add IsOrganic

This commit is contained in:
2026-09-23 19:28:03 +02:00
parent 0ed793d9be
commit e23b5e07dd
13 changed files with 54 additions and 33 deletions
+3
View File
@@ -11,6 +11,9 @@ namespace Elwig.Models.Entities {
[Column("name")]
public required string Name { get; set; }
[Column("organic")]
public bool IsOrganic { get; set; }
[Column("description")]
public string? Description { get; set; }