template
This commit is contained in:
@@ -4,7 +4,9 @@ using from '_base/srv/orders-service';
|
||||
|
||||
using { Z_bookshop.extension as ext } from '../db/extension';
|
||||
|
||||
|
||||
extend service OrdersService with {
|
||||
entity Z_NewEntity as projection on ext.Z_NewEntity ;
|
||||
entity Z_NewCodeList as projection on ext.Z_NewCodeList;
|
||||
}
|
||||
entity Z_Customers as projection on ext.Z_Customers;
|
||||
entity Z_SalesRegion as projection on ext.Z_SalesRegion;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user