cosmetics
This commit is contained in:
10
bookshop/@cds-models/CatalogService/index.js
Normal file
10
bookshop/@cds-models/CatalogService/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// This is an automatically generated file. Please do not change its contents manually!
|
||||
const cds = require('@sap/cds')
|
||||
const csn = cds.entities('CatalogService')
|
||||
module.exports.ListOfBook = csn.ListOfBooks
|
||||
module.exports.ListOfBooks = csn.ListOfBooks
|
||||
module.exports.Book = csn.Books
|
||||
module.exports.Books = csn.Books
|
||||
// actions
|
||||
module.exports.submitOrder = 'submitOrder'
|
||||
// enums
|
||||
Reference in New Issue
Block a user