Guest User

Untitled

a guest
Jun 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <property name="appdatetime" type="timestamp">
  2. <column name="appdatetime" length="19" />
  3. </property>
  4. <property name="appstatus" type="java.lang.Integer">
  5. <column name="appstatus" />
  6. </property>
  7. <property name="apptype" type="java.lang.Integer">
  8. <column name="apptype" />
  9. </property>
  10.  
  11. <many-to-one name="course" column="cid"/>
  12. <many-to-one name="employee" column="empid" />
  13. </class>
Add Comment
Please, Sign In to add comment