build_app

This commit is contained in:
risadmin_prod 2025-02-14 05:58:07 +00:00
parent a34d5eae6f
commit 97fcfa0c17
3 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Wf", "Transcations"); addCustomMenu( "Wf", "Transcations");
addCustomMenu( "Wf", "Transcations");
System.out.println("dashboard and menu inserted..."); System.out.println("dashboard and menu inserted...");

View File

@ -1,3 +1,4 @@
import { WfComponent } from './BuilderComponents/mypackage/Wf/Wf.component'; import { WfComponent } from './BuilderComponents/mypackage/Wf/Wf.component';
@ -241,6 +242,8 @@ children: [
// buildercomponents // buildercomponents
{path:'Wf',component:WfComponent}, {path:'Wf',component:WfComponent},

View File

@ -1,3 +1,4 @@
import { WfComponent } from './BuilderComponents/mypackage/Wf/Wf.component'; import { WfComponent } from './BuilderComponents/mypackage/Wf/Wf.component';
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
// buildercomponents // buildercomponents
WfComponent, WfComponent,