Commit dd781d0c by shiwenbo

临时销售计划的id新增方式修改

parent cee6f9f4
......@@ -6,7 +6,7 @@
<class entity-name="com.xyst.dinas.sales.datamodel.SalesPlanTemp" table="xyst_dinas_sale_plan_temp" optimistic-lock="version">
<tuplizer entity-mode="dynamic-map" class="com.beecode.bcp.store.hibernate.KObjectEntityTuplizer"/>
<id name="id" type="uuid-binary" column="id" length="16">
<generator class="uuid2" />
<generator class="assigned" />
</id>
<version name="version" type="int" column="version"/>
<property name="createTime" type="timestamp" not-null="false">
......
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