mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added Make and Model and Attributes to AssetDescription
This commit is contained in:
@@ -34,6 +34,9 @@ public class AssetModel
|
||||
public class AssetDescription
|
||||
{
|
||||
public string? Type { get; set; }
|
||||
public string? Make { get; set; }
|
||||
public string? Model { get; set; }
|
||||
public Dictionary<string, string>? Attributes { get; set; }
|
||||
public AssetPurchase? Purchase { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user