Use version 3.17.4 (#1)
This commit is contained in:
@@ -3,6 +3,7 @@ namespace sap.capire.products;
|
||||
using { Currency, cuid, managed, sap.common.CodeList } from '@sap/cds/common';
|
||||
|
||||
entity Products : cuid, managed {
|
||||
ID : String(36);
|
||||
title : localized String(111);
|
||||
descr : localized String(1111);
|
||||
stock : Integer;
|
||||
|
||||
Reference in New Issue
Block a user