31 lines
2.1 KiB
XML
31 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
<class name="BeWo.Data.Entities.Quittierungsbelegsstatus,BeWo.Data">
|
|
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
|
|
<generator class="identity" />
|
|
</id>
|
|
<version column="Version" type="Int64" name="Version" />
|
|
|
|
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
|
|
<property column="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
|
|
<property column="Notice" type="String" name="Notice" length="1024" />
|
|
<property column="InsTs" type="DateTime" name="InsTs" />
|
|
<property column="InsUser" type="String" name="InsUser" length="256" />
|
|
<property column="UdpUser" type="String" name="UdpUser" length="256" />
|
|
<property column="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
|
|
|
|
<property column="CustomerOid" type="Int64" name="CustomerOid"/>
|
|
<property column="Startdatum" type="DateTime" name="Startdatum"/>
|
|
<property column="Enddatum" type="DateTime" name="Enddatum"/>
|
|
<property column="OrganisationOid" type="Int64" name="OrganisationOid"/>
|
|
<property column="EmployeeOid" type="Int64" name="EmployeeOid"/>
|
|
<property column="ServiceCategoryOid" type="Int64" name="ServiceCategoryOid"/>
|
|
<property column="Erstellt" type="Boolean" name="Erstellt"/>
|
|
<property column="ErstelltVon" type="string" name="ErstelltVon"/>
|
|
<property column="ErstelltAm" type="DateTime" name="ErstelltAm"/>
|
|
<property column="Unterschrieben" type="Boolean" name="Unterschrieben"/>
|
|
<property column="UnterschriebenVon" type="string" name="UnterschriebenVon"/>
|
|
<property column="UnterschriebenAm" type="DateTime" name="UnterschriebenAm"/>
|
|
|
|
</class>
|
|
</hibernate-mapping> |