mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Implemented live asset table in /Home/Index
This commit is contained in:
@@ -43,4 +43,12 @@ public class AssetPurchase
|
||||
public string? PurchaseValue { get; set; }
|
||||
public string? PurchasedAt { get; set; }
|
||||
public string? PurchasedBy { get; set; }
|
||||
}
|
||||
|
||||
public class AssetsTableViewModel
|
||||
{
|
||||
public string? UserUID { get; set; }
|
||||
public required string AssetCn { get; set; }
|
||||
public string? AssetName { get; set; }
|
||||
public string? LocationName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user