17 lines
711 B
XML
17 lines
711 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
<class name="BeWo.Data.Entities.BeWoMobilBrowserInfo, BeWo.Data" table="bewomobilbrowserinfo">
|
|
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
|
|
<generator class="identity" />
|
|
</id>
|
|
|
|
<property column="InsTs" type="DateTime" name="InsTs" />
|
|
<property column="Type" type="String" name="Type" />
|
|
<property column="Name" type="String" name="Name" />
|
|
<property column="Version" type="String" name="BrowserVersion" />
|
|
<property column="Platform" type="String" name="Platform" />
|
|
<property column="Tenant" type="String" name="Tenant" />
|
|
|
|
</class>
|
|
</hibernate-mapping> |