Fix in inheritance
This commit is contained in:
		| @@ -5,7 +5,7 @@ using System.Text.Json.Serialization; | |||||||
| namespace Core.Adapters.Lib | namespace Core.Adapters.Lib | ||||||
| { | { | ||||||
|     [CollectionAttributeName("FurnitureVariants")] |     [CollectionAttributeName("FurnitureVariants")] | ||||||
|     public class FurnitureVariant : Document |     public class FurnitureVariant : InventoryItem | ||||||
|     { |     { | ||||||
|         [BsonElement("modelId")] |         [BsonElement("modelId")] | ||||||
|         [JsonPropertyName("modelId")] |         [JsonPropertyName("modelId")] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user