Add suppliers notes app

This commit is contained in:
Uwe Klinger
2021-05-11 09:52:54 +02:00
parent d04cb801c4
commit 016587094f
20 changed files with 10168 additions and 1 deletions

8
notes/db/data-model.cds Normal file
View File

@@ -0,0 +1,8 @@
namespace sap.capire.notes;
using { cuid } from '@sap/cds/common';
entity Notes: cuid {
note: String;
}