added multiple images feature for asset mgmt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user