added multiple images feature for asset mgmt

This commit is contained in:
Luca Haid
2025-07-09 12:54:01 +02:00
parent 18bc10fc46
commit a0a7d92aa5
5 changed files with 204 additions and 35 deletions
@@ -4,7 +4,8 @@ class AssetManagementModel extends TTCrudBaseModel {
public int $id;
public string $name;
public ?string $description;
public ?int $imageId;
public ?int $mainImageId; // Renamed from imageId
public ?string $imageIds; // Changed to JSON (will be a string in PHP)
public string $assetNumber;
public string $location;
public ?int $serviceDueDate;