Textbausteine...
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user