new enterprise crud for front
This commit is contained in:
@@ -273,7 +273,12 @@ const dataconnectEntityConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
Enterprise:{
|
Enterprise:{
|
||||||
|
list: 'listEnterprise',
|
||||||
|
get: 'getEnterpriseById',
|
||||||
|
create: 'createEnterprise',
|
||||||
|
update: 'updateEnterprise',
|
||||||
|
delete: 'deleteEnterprise',
|
||||||
|
filter: 'filterEnterprise',
|
||||||
},
|
},
|
||||||
|
|
||||||
Sector:{
|
Sector:{
|
||||||
|
|||||||
Reference in New Issue
Block a user