You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<!--
Mapping file autogenerated by MyEclipse Persistence Tools
-->
<hibernate-mapping>
<class name="com.Xz" table="xz" catalog="postgres">
<id name="id" type="java.lang.Integer">
<column name="id" />
<generator class="identity" />
</id>
<property name="typeid" type="java.lang.Integer">
<column name="typeid" length="45" />
</property>
<property name="title" type="java.lang.String">
<column name="title" length="45" />
</property>
<property name="miao" type="java.lang.String">
<column name="miao" length="45" />
</property>
<property name="sep" type="java.lang.Integer">
<column name="sep" />
</property>
<property name="orp" type="java.lang.Integer">
<column name="orp" />
</property>
<property name="address" type="java.lang.String">
<column name="address" length="45" />
</property>
<property name="wx" type="java.lang.String">
<column name="wx" length="45" />
</property>
<property name="tel" type="java.lang.String">
<column name="tel" length="45" />
</property>
<property name="qq" type="java.lang.String">
<column name="qq" length="45" />
</property>
<property name="userid" type="java.lang.Integer">
<column name="userid" length="45" />
</property>
</class>
</hibernate-mapping>