Update code sample
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
namespace sap.capire.bookshop;
|
||||
|
||||
using { Currency, managed } from '@sap/cds/common';
|
||||
|
||||
entity Products : managed {
|
||||
key ID : Integer;
|
||||
title : localized String(111);
|
||||
descr : localized String(1111);
|
||||
stock : Integer;
|
||||
price : Decimal(9,2);
|
||||
currency : Currency;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace sap.capire.bookshop;
|
||||
using { Currency, managed, cuid } from '@sap/cds/common';
|
||||
using { sap.capire.bookshop.Products } from './products';
|
||||
using { sap.capire.products.Products } from '../../products';
|
||||
|
||||
/*
|
||||
entity Books : managed {
|
||||
|
||||
Reference in New Issue
Block a user