BaseDataWindow: Implement branches, attributes and cultivations
This commit is contained in:
@ -12,6 +12,6 @@ namespace Elwig.Models {
|
||||
public string Name { get; set; }
|
||||
|
||||
[Column("description")]
|
||||
public string Description { get; set; }
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user