Textbausteine...

This commit is contained in:
Lyndon
2018-01-05 19:13:18 -04:00
parent 7fcb146d13
commit 19c596dfe1
16 changed files with 326 additions and 307 deletions

View File

@@ -20,6 +20,7 @@
<property column="Name" type="String" name="Name" length="1024" />
<property column="IsOnlyForEmployee" type="Boolean" name="IsOnlyForEmployee" />
<property column="IsParent" type="Boolean" name="IsParent" />
<property column="IsExpanded" type="Boolean" name="IsExpanded" />
<many-to-one name="ServiceCategory" column="ServiceCategoryOid" class="BeWo.Data.Entities.ServiceCategory, BeWo.Data" cascade="none" fetch="join" />
<many-to-one name="Employee" column="EmployeeOid" class="BeWo.Data.Entities.Employee, BeWo.Data" cascade="none" fetch="join" />