cosmetics

This commit is contained in:
Daniel
2020-03-22 22:11:37 +01:00
parent 9998997a73
commit d5db52264a
3 changed files with 35 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
namespace sap.capire.bookshop;
using { Currency, managed, sap } from '@sap/cds/common';
namespace sap.capire.bookshop;
entity Books : managed {
key ID : Integer;
@@ -22,6 +22,7 @@ entity Authors : managed {
books : Association to many Books on books.author = $self;
}
/** Hierarchically organized Code List for Genres */
entity Genres : sap.common.CodeList {
key ID : Integer;
parent : Association to Genres;