Commit 55f23aea by 焦凯

合同添加合同总量

parent 96c1a4ce
...@@ -88,6 +88,11 @@ ...@@ -88,6 +88,11 @@
<annotation id='4d1596bd-ae0a-4d7e-8258-5dad66493239' attributeId='7b049c9a-56e4-4791-a0a3-451237fd38a1' name='precision' value='12'></annotation> <annotation id='4d1596bd-ae0a-4d7e-8258-5dad66493239' attributeId='7b049c9a-56e4-4791-a0a3-451237fd38a1' name='precision' value='12'></annotation>
<annotation id='1a25ed97-846e-4847-aa21-1a0b025c01ed' attributeId='52a3d8ee-92ab-45dc-b668-46408143254d' name='scale' value='2'></annotation> <annotation id='1a25ed97-846e-4847-aa21-1a0b025c01ed' attributeId='52a3d8ee-92ab-45dc-b668-46408143254d' name='scale' value='2'></annotation>
</attribute> </attribute>
<attribute id='4b08ddf4-95fd-4b5d-96fd-9445b6983ebe' name='dinasAmount' columnName='dinas_amount' title='合同总量' type='fixnum' default='' precision='' isArray='false'>
<annotation id='bd1259e6-9e98-477f-8901-3733b095a1f2' attributeId='727c8d0e-431d-4563-a7db-7b7879a02451' name='length' value='100'></annotation>
<annotation id='061d8f37-a652-4f58-b333-d2f03f0faae9' attributeId='befbad20-b1a1-4634-b8d5-83f5a28b9cde' name='precision' value='12'></annotation>
<annotation id='c7541b9d-4e81-4d58-8c37-f4c610cda822' attributeId='f154b68d-97da-4761-bc1f-3d17a99e6324' name='scale' value='4'></annotation>
</attribute>
<attribute id='0933ceb1-f327-4372-a316-cffa1c80991a' name='carInfo' columnName='car_info' title='车辆信息' type='string' default='' precision='' isArray='false'> <attribute id='0933ceb1-f327-4372-a316-cffa1c80991a' name='carInfo' columnName='car_info' title='车辆信息' type='string' default='' precision='' isArray='false'>
<annotation id='6f08f4ca-1f77-4ed4-a627-0fb8843959fa' attributeId='dfbeaa83-63dc-4638-b55a-8dda62d74dd4' name='length' value='300'></annotation> <annotation id='6f08f4ca-1f77-4ed4-a627-0fb8843959fa' attributeId='dfbeaa83-63dc-4638-b55a-8dda62d74dd4' name='length' value='300'></annotation>
</attribute> </attribute>
......
...@@ -102,6 +102,9 @@ ...@@ -102,6 +102,9 @@
<property name="amount" type="big_decimal" not-null="false"> <property name="amount" type="big_decimal" not-null="false">
<column name="amount" precision="12" scale="2"></column> <column name="amount" precision="12" scale="2"></column>
</property> </property>
<property name="dinasAmount" type="big_decimal" not-null="false">
<column name="dinas_amount" precision="12" scale="4"></column>
</property>
<property name="carInfo" type="nstring" not-null="false"> <property name="carInfo" type="nstring" not-null="false">
<column name="car_info" length="300"></column> <column name="car_info" length="300"></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