mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 23:11:54 +00:00
Added asset inventory information and action in AssetsController
This commit is contained in:
@@ -28,4 +28,6 @@ public class AssetsModifyRequestModel
|
||||
public string? Owner { get; set; } = null;
|
||||
[JsonPropertyName("SerialNumber")]
|
||||
public string? SerialNumber { get; set; } = null;
|
||||
[JsonPropertyName("UpdateInventory")]
|
||||
public bool UpdateInventory { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user