|
@@ -18,9 +18,15 @@ class WorkFlowEntityClasses
|
|
|
const FTTH_OLT = 'FTTHBundle\Entity\OLT';
|
|
|
|
|
|
const FTTH_NAS = 'RadiusBundle\Entity\NAS';
|
|
|
-
|
|
|
+
|
|
|
const BASE_CLIENT = 'ClientBundle\Entity\Client';
|
|
|
-
|
|
|
+
|
|
|
const CABLEMODEM_CABLEMODEM = 'CablemodemBundle\Entity\Cablemodem';
|
|
|
|
|
|
+ const DHCP_HOST = 'IPv4Bundle\Entity\Host';
|
|
|
+
|
|
|
+ const DHCP_POOL = 'IPv4Bundle\Entity\Pool';
|
|
|
+
|
|
|
+ const DHCP_SUBNET = 'IPv4Bundle\Entity\SubNet';
|
|
|
+
|
|
|
}
|