Commit e49df974 authored by guozhipeng's avatar guozhipeng

去除注解@(requires: 'any')

parent e2364153
......@@ -4,7 +4,7 @@ using { db.productStore as productStoreDb } from '../db/cds/master/productStore'
service masterService @(requires: 'any'){
service masterService {
entity Uom as projection on masterDb.Uom;
entity UomType as projection on masterDb.UomType;
entity StatusItem as projection on masterDb.StatusItem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment