changing cds services

This commit is contained in:
Dmitriynj
2020-11-30 23:09:59 +03:00
committed by Daniel Hutzel
parent 723bd93ef3
commit de04a896d1

View File

@@ -10,9 +10,12 @@ service Users {
supportRep supportRep
}; };
entity Employees as projection on my.Customers excluding { entity Employees as projection on my.Employees excluding {
password, password,
supportRep reportsTo,
title,
birthDate,
hireDate
}; };
type AuthData { type AuthData {