Commit 30e5a5e6 by 焦凯

合同添加标记子表是否自动生成字段

parent f57bdf45
......@@ -134,6 +134,10 @@
<annotation id='82ecab1c-8a93-4a19-81a7-cfa145127cda' attributeId='f0775057-a369-432a-864b-04c8b5cd0342' name='precision' value='12'></annotation>
<annotation id='b4b20cce-829a-40f6-87cd-3ccd887da4f9' attributeId='704c67f1-8bc1-42be-8c34-b3a9526c2da7' name='scale' value='2'></annotation>
</attribute>
<attribute id='10a76a69-ea9c-40e7-a29a-c7f7378838e7' name='detailAuto' columnName='detail_auto' title='是否自动生成子表' type='boolean' default='false' precision='' isArray='false'>
<annotation id='394a0641-1f8c-4bde-8531-38a6bdb45e69' attributeId='d67f1e30-4592-4c06-8e26-99eec48c4a87' name='length' value='undefined'>
</annotation>
</attribute>
<childModel id='57fa34cf-59f3-4be6-98bb-3e87853471ee' attributeId='06a76145-09c6-4e83-b91e-66aec616b9ca' refParentAttributeId='233c82e2-e7b6-49fc-96cc-bb947ba2cc99'
......
......@@ -490,6 +490,15 @@
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>10a76a69-ea9c-40e7-a29a-c7f7378838e7</m:id>
<m:name>detailAuto</m:name>
<m:title>是否自动生成子表</m:title>
<m:type>boolean</m:type>
<m:description></m:description>
<m:default>false</m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>com.beecode.bap.biztrait.datamodel.SubTableAnnotation</m:type>
......
......@@ -135,6 +135,9 @@
<property name="saleDinasAmount" type="big_decimal" not-null="false">
<column name="sale_dinas_amount" precision="12" scale="2"></column>
</property>
<property name="detailAuto" type="boolean" not-null="false">
<column name="detail_auto"></column>
</property>
<bag name="contractDetails" lazy="true" fetch="select" inverse="true">
<key column="master_id" not-null="true" />
<one-to-many entity-name="com.xyst.dinas.contract.datamodel.Contract$contractDetail" />
......
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