Commit b7938a2d by shiwenbo

删除无用的字段

parent 3c2969d6
...@@ -9,18 +9,6 @@ ...@@ -9,18 +9,6 @@
<generator class="assigned" /> <generator class="assigned" />
</id> </id>
<version name="version" type="int" column="version"/> <version name="version" type="int" column="version"/>
<property name="createTime" type="timestamp" not-null="false">
<column name="create_time"></column>
</property>
<many-to-one name="creator" entity-name="com.beecode.bap.staff.datamodel.Staff" fetch="select">
<column name="creator_id" not-null="false"/>
</many-to-one>
<property name="modifyTime" type="timestamp" not-null="false">
<column name="modify_time"></column>
</property>
<many-to-one name="modifier" entity-name="com.beecode.bap.staff.datamodel.Staff" fetch="select">
<column name="modifier_id" not-null="false"/>
</many-to-one>
<property name="discard" type="boolean" not-null="false"> <property name="discard" type="boolean" not-null="false">
<column name="discard"></column> <column name="discard"></column>
</property> </property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment