119 lines
3.9 KiB
Plaintext
119 lines
3.9 KiB
Plaintext
|
|
<?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">
|
||
|
|
<hibernate-mapping auto-import="false">
|
||
|
|
<class name="com.nationalelectric.greenH5.po.GreenInternalUser" table="green_internal_user">
|
||
|
|
<comment>green_internal_user</comment>
|
||
|
|
<!-- single primaryKey -->
|
||
|
|
<id name="id" type="long">
|
||
|
|
<column name="ID">
|
||
|
|
<comment>id</comment>
|
||
|
|
</column>
|
||
|
|
<generator class="assigned"/>
|
||
|
|
</id>
|
||
|
|
|
||
|
|
<property name="name" type="string" length="255" not-null="false">
|
||
|
|
<column name="NAME">
|
||
|
|
<comment>name</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="state" type="string" length="255" not-null="false">
|
||
|
|
<column name="STATE">
|
||
|
|
<comment>state</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="jobNum" type="string" length="200" not-null="false">
|
||
|
|
<column name="JOB_NUM">
|
||
|
|
<comment>job_num</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="idNum" type="string" length="200" not-null="false">
|
||
|
|
<column name="ID_NUM">
|
||
|
|
<comment>id_num</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="jobType" type="string" length="255" not-null="false">
|
||
|
|
<column name="JOB_TYPE">
|
||
|
|
<comment>job_type</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="company" type="string" length="255" not-null="false">
|
||
|
|
<column name="COMPANY">
|
||
|
|
<comment>company</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="department" type="string" length="255" not-null="false">
|
||
|
|
<column name="DEPARTMENT">
|
||
|
|
<comment>department</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="phone" type="string" length="255" not-null="false">
|
||
|
|
<column name="PHONE">
|
||
|
|
<comment>phone</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="enclosure" type="string" length="255" not-null="false">
|
||
|
|
<column name="ENCLOSURE">
|
||
|
|
<comment>enclosure</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="wxNickname" type="string" length="255" not-null="false">
|
||
|
|
<column name="WX_NICKNAME">
|
||
|
|
<comment>wx_nickname</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="wxSex" type="string" length="255" not-null="false">
|
||
|
|
<column name="WX_SEX">
|
||
|
|
<comment>wx_sex</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="wxCountry" type="string" length="255" not-null="false">
|
||
|
|
<column name="WX_COUNTRY">
|
||
|
|
<comment>wx_country</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="wxCity" type="string" length="255" not-null="false">
|
||
|
|
<column name="WX_CITY">
|
||
|
|
<comment>wx_city</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="wxOpenid" type="string" length="200" not-null="false">
|
||
|
|
<column name="WX_OPENID">
|
||
|
|
<comment>wx_openId</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="submiter" type="string" length="255" not-null="false">
|
||
|
|
<column name="SUBMITER">
|
||
|
|
<comment>submiter</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="wxIcon" type="string" length="255" not-null="false">
|
||
|
|
<column name="WX_ICON">
|
||
|
|
<comment>wx_icon</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
|
||
|
|
<property name="updateTime" type="timestamp" not-null="false">
|
||
|
|
<column name="UPDATE_TIME">
|
||
|
|
<comment>update_time</comment>
|
||
|
|
</column>
|
||
|
|
</property>
|
||
|
|
<property name="roleId" type="java.lang.Long" lazy="true">
|
||
|
|
<column name="ROLE_ID" scale="0" not-null="true"/>
|
||
|
|
</property>
|
||
|
|
</class>
|
||
|
|
</hibernate-mapping>
|