BaseDataWindow: Implement branches, attributes and cultivations

This commit is contained in:
2023-11-02 20:39:29 +01:00
parent d9dbfe68c1
commit f7a044ba79
8 changed files with 864 additions and 177 deletions

View File

@ -12,6 +12,6 @@ namespace Elwig.Models {
public string Name { get; set; }
[Column("description")]
public string Description { get; set; }
public string? Description { get; set; }
}
}