9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
namespace sap.capire.notes;
|
|
|
|
using { cuid } from '@sap/cds/common';
|
|
|
|
entity Notes: cuid {
|
|
note: String;
|
|
}
|
|
|