This commit is contained in:
Björn Fromme
2023-09-02 18:47:42 +02:00
parent 23e66b08e8
commit 08f7836d41
21 changed files with 693 additions and 82 deletions
+4
View File
@@ -4,6 +4,10 @@ namespace App\BusProNet\Model;
class CrmAttribute
{
public const ATTR_ID_ADMIN = 1071;
public const ATTR_ID_MANAGER = 1072;
public const ATTR_ID_TEAMER = 1070;
private ?int $id = null;
private ?string $label = null;
private bool $selected = false;