11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
using { CatalogService } from '@capire/bookshop';
|
|
|
|
extend sap.capire.bookshop.Books with {
|
|
ISBN : String;
|
|
}
|
|
|
|
/** your docs go here */
|
|
extend projection CatalogService.Books with {
|
|
ISBN
|
|
}
|