11 lines
274 B
TypeScript
11 lines
274 B
TypeScript
/**
|
|
* Vehicle Management Entities Index
|
|
* Mecánicas Diesel - ERP Suite
|
|
*/
|
|
|
|
export * from './vehicle.entity';
|
|
export * from './fleet.entity';
|
|
export * from './vehicle-engine.entity';
|
|
export * from './engine-catalog.entity';
|
|
export * from './maintenance-reminder.entity';
|