Including - CDS OData V2 Adapter Proxy - OData V2 - Fiori Elements V2 - SAPUI5 - List Report (type `TreeTable`) - `@sap.hierarchy` annotations
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
/*
|
|
This model controls what gets served to Fiori frontends...
|
|
*/
|
|
|
|
using from './admin-authors/fiori-service';
|
|
using from './admin-books/fiori-service';
|
|
using from './browse/fiori-service';
|
|
using from './genres/fiori-service';
|
|
using from './common';
|
|
using from '@capire/bookstore/srv/mashup';
|