Added inherited folder type

This commit is contained in:
M66B
2022-08-07 15:27:17 +02:00
parent 9fabfaf978
commit af74fe7744
11 changed files with 2833 additions and 13 deletions

View File

@@ -77,6 +77,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
public String name;
@NonNull
public String type;
public String inherited_type;
@NonNull
public Integer level = 0; // obsolete
@NonNull