2016-06-27 01:45:38 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
|
|
|
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
|
|
|
|
<class name="BeWo.Data.Entities.Signature,BeWo.Data" table="Signature">
|
|
|
|
|
|
<id name="Oid" column ="Oid" unsaved-value="null">
|
|
|
|
|
|
<generator class="identity" />
|
|
|
|
|
|
</id>
|
2024-11-12 18:37:23 +01:00
|
|
|
|
<version type="Int64" name="Version" />
|
|
|
|
|
|
<property name="ServiceRecordOid" type="Int64" />
|
|
|
|
|
|
<property name="InsTs" type="DateTime" />
|
|
|
|
|
|
<property name="InsUser" type="String" />
|
|
|
|
|
|
<property name="_Tid" type="BS.Shared.TableID, BS.Shared" column="Tid" access="field" />
|
|
|
|
|
|
<property name="UdpUser" type="String" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<property name="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" />
|
|
|
|
|
|
<property name="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" />
|
2024-11-12 18:37:23 +01:00
|
|
|
|
<property name="Notice" type="String" />
|
|
|
|
|
|
<property name="Latitute" type="String" />
|
|
|
|
|
|
<property name="Longitute" type="String" />
|
|
|
|
|
|
<property name="Zeitstempel" type="DateTime" />
|
|
|
|
|
|
<property name="DataBild" type="String" />
|
|
|
|
|
|
<property name="BargeldtransaktionsOid" type="Int64" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
</class>
|
|
|
|
|
|
</hibernate-mapping>
|