12 lines
294 B
TypeScript
12 lines
294 B
TypeScript
/**
|
|
* Service Management Entities Index
|
|
* Mecánicas Diesel - ERP Suite
|
|
*/
|
|
|
|
export * from './service-order.entity';
|
|
export * from './order-item.entity';
|
|
export * from './diagnostic.entity';
|
|
export * from './quote.entity';
|
|
export * from './work-bay.entity';
|
|
export * from './service.entity';
|