Add unit 3 content

This commit is contained in:
Elena Oresharova
2020-03-22 11:55:22 +01:00
parent 6a9a1bc4d6
commit 8233703815
63 changed files with 28 additions and 1542 deletions

View File

@@ -11,6 +11,7 @@ entity Books : managed {
currency : Currency;
}
@cds.autoexpose
entity Authors : managed {
key ID : Integer;
name : String(111);