|
@@ -16,9 +16,11 @@ class WorkFlowEntityClasses
|
|
|
const FTTH_ONU = 'FTTHBundle\Entity\ONU';
|
|
|
|
|
|
const FTTH_OLT = 'FTTHBundle\Entity\OLT';
|
|
|
+
|
|
|
+ const FTTH_PROFILE = 'FTTHBundle\Entity\Profile';
|
|
|
|
|
|
const FTTH_NAS = 'RadiusBundle\Entity\NAS';
|
|
|
-
|
|
|
+
|
|
|
const BASE_CLIENT = 'ClientBundle\Entity\Client';
|
|
|
|
|
|
const CABLEMODEM_CABLEMODEM = 'CablemodemBundle\Entity\Cablemodem';
|