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.ServiceRecordHistory, BeWo.Data" table="ServiceRecordHistory">
|
|
|
|
|
|
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
|
|
|
|
|
|
<generator class="identity" />
|
|
|
|
|
|
</id>
|
|
|
|
|
|
|
|
|
|
|
|
<version type="Int64" column="Version" name="Version" />
|
|
|
|
|
|
|
|
|
|
|
|
<property column="ServiceRecordInsTs" type="DateTime" name="ServiceRecordInsTs" />
|
|
|
|
|
|
<property column="ServiceRecordInsUser" type="String" name="ServiceRecordInsUser" />
|
|
|
|
|
|
<property column="ServiceRecordVersion" type="Int64" name="ServiceRecordVersion" />
|
|
|
|
|
|
<property column="ServiceRecordUdpUser" type="String" name="ServiceRecordUdpUser" />
|
|
|
|
|
|
<property column="ChangeType" type="BS.Shared.StatementType, BS.Shared" name="ChangeType" />
|
|
|
|
|
|
<property column="ServiceRecordOid" type="Int64" name="ServiceRecordOid" />
|
|
|
|
|
|
<property column="TimeStamp" type="DateTime" name="TimeStamp" />
|
|
|
|
|
|
<property column="CustomerOid" type="Int64" name="CustomerOid" update="false" insert="false" />
|
|
|
|
|
|
<property column="EmployeeOid" type="Int64" name="EmployeeOid" update="false" insert="false" />
|
|
|
|
|
|
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
|
|
|
|
|
|
<property column="StartDate" type="DateTime" name="Start" />
|
|
|
|
|
|
<property column="EndDate" type="DateTime" name="End" />
|
|
|
|
|
|
<property column="IP" type="String" name="IP" length="128" />
|
|
|
|
|
|
<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="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
|
|
|
|
|
|
<property column="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
|
|
|
|
|
|
<property column="RoundedDuration" type="System.Decimal" name="RoundedDuration" />
|
|
|
|
|
|
<property column="CostBearer2SupportConceptOid" type="Int64" name="CostBearer2SupportConceptOid" update="false" insert="false" />
|
|
|
|
|
|
<property column="GroupPersonCount" type="Int32" name="GroupPersonCount" />
|
|
|
|
|
|
<property column="GroupEmployeeCount" type="Int32" name="GroupEmployeeCount" />
|
|
|
|
|
|
<property column="GroupRoundedDuration" type="Decimal" name="GroupRoundedDuration" />
|
|
|
|
|
|
<property column="GroupOid" type="Int64" name="GroupOid" update="false" insert="false" />
|
|
|
|
|
|
<property column="ServiceRecordType" type="BS.Shared.ServiceRecordTypeId, BS.Shared" name="ServiceRecordType" />
|
2023-10-25 21:52:23 +02:00
|
|
|
|
<property column="DistanceInMeter" type="Decimal" name="DistanceInMeter" />
|
|
|
|
|
|
<property column="Relevance" type="Int32" name="Relevance" />
|
|
|
|
|
|
<property column="IsCreatedInMobileClient" type="Boolean" name="IsCreatedInMobileClient" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<property column="Notice2" type="String" name="Notice2" length="1024" />
|
|
|
|
|
|
<property column="Notice3" type="String" name="Notice3" length="1024" />
|
|
|
|
|
|
<property column="Notice4" type="String" name="Notice4" length="1024" />
|
|
|
|
|
|
<property column="Notice5" type="String" name="Notice5" length="1024" />
|
|
|
|
|
|
|
2023-10-25 21:52:23 +02:00
|
|
|
|
<property column="CustomerConfirmationReceiptSignatureStateType" type="BS.Shared.SignatureStateType, BS.Shared" name="CustomerConfirmationReceiptSignatureStateType" />
|
|
|
|
|
|
<property column="EmployeeConfirmationReceiptSignatureStateType" type="BS.Shared.SignatureStateType, BS.Shared" name="EmployeeConfirmationReceiptSignatureStateType" />
|
|
|
|
|
|
<property column="ServiceRecordSignatureStateType" type="BS.Shared.SignatureStateType, BS.Shared" name="ServiceRecordSignatureStateType" />
|
|
|
|
|
|
|
2023-10-28 13:34:32 +02:00
|
|
|
|
<property column="CustomerConfirmationReceiptSignatureOid" type="Int64" name="CustomerConfirmationReceiptSignatureOid" />
|
|
|
|
|
|
<property column="EmployeeConfirmationReceiptSignatureOid" type="Int64" name="EmployeeConfirmationReceiptSignatureOid" />
|
|
|
|
|
|
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<many-to-one name="Group" column="GroupOid" class="BeWo.Data.Entities.ServiceRecordGroup,BeWo.Data" cascade="none" />
|
|
|
|
|
|
<many-to-one name="Employee" column="EmployeeOid" class="BeWo.Data.Entities.Employee,BeWo.Data" cascade="none" />
|
|
|
|
|
|
<many-to-one name="Customer" column="CustomerOid" class="BeWo.Data.Entities.Customer,BeWo.Data" cascade="none" />
|
|
|
|
|
|
<many-to-one name="SupportConcept" column="SupportConceptOid" class="BeWo.Data.Entities.SupportConcept,BeWo.Data" cascade="none" />
|
|
|
|
|
|
<many-to-one name="CostBearer2SupportConcept" column="CostBearer2SupportConceptOid" class="BeWo.Data.Entities.CostBearer2SupportConcept,BeWo.Data" cascade="none" />
|
|
|
|
|
|
<many-to-one name="ServiceDescription" column="ServiceDescriptionOid" class="BeWo.Data.Entities.ServiceDescription,BeWo.Data" cascade="none" />
|
|
|
|
|
|
|
|
|
|
|
|
</class>
|
|
|
|
|
|
</hibernate-mapping>
|