initial load

This commit is contained in:
Koch
2022-09-07 15:26:33 +02:00
parent ee4dcf116c
commit 1b220508c1
6 changed files with 1310 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
using { sap.capire.orders as my } from '../db/schema';
service OrdersService {
entity Orders as projection on my.Orders;
}