improved ipam
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// RMLWorkorderTenantConfigModel.php
|
||||
|
||||
class RMLWorkorderTenantConfigModel extends TTCrudBaseModel {
|
||||
public int $id;
|
||||
public int $addressId;
|
||||
public string $name;
|
||||
public string $documentationTypes; // JSON
|
||||
public string $workorderCreationFilters; // JSON
|
||||
public int $create;
|
||||
public int $createBy;
|
||||
}
|
||||
Reference in New Issue
Block a user