251127:1700 Frontend Start Build

This commit is contained in:
admin
2025-11-27 17:08:49 +07:00
parent 6abb746e08
commit 4f3aa87a93
1795 changed files with 893474 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
// File: lib/services/index.ts
// --- Core Master Data & Projects ---
export * from './project.service';
export * from './master-data.service';
// --- Document Modules ---
export * from './correspondence.service';
export * from './rfa.service';
export * from './contract-drawing.service';
export * from './shop-drawing.service';
export * from './circulation.service';
export * from './transmittal.service';
// --- System & Support Modules (New) ---
export * from './user.service';
export * from './search.service';
export * from './notification.service';
export * from './workflow-engine.service';
export * from './monitoring.service';
export * from './json-schema.service';