We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141ab40 commit aca9045Copy full SHA for aca9045
index.cds
@@ -0,0 +1,7 @@
1
+namespace sap.print;
2
+
3
+@cds.skip.peristance
4
+entity Queues {
5
+ key ID : String;
6
+ description : String;
7
+}
package.json
@@ -8,6 +8,7 @@
8
"author": "SAP SE (https://www.sap.com)",
9
"license": "Apache-2.0",
10
"files": [
11
+ "index.cds",
12
"lib",
13
"package.json",
14
"README.md"
0 commit comments