Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
55f23aea
Commit
55f23aea
authored
Apr 23, 2021
by
焦凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同添加合同总量
parent
96c1a4ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Contract.mk
.../main/model/com/xyst/dinas/contract/datamodel/Contract.mk
+5
-0
Contract.hbm.xml
...dinas.contract/src/main/resources/config/Contract.hbm.xml
+3
-0
No files found.
backend/xyst.dinas.contract/src/main/model/com/xyst/dinas/contract/datamodel/Contract.mk
View file @
55f23aea
...
@@ -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>
...
...
backend/xyst.dinas.contract/src/main/resources/config/Contract.hbm.xml
View file @
55f23aea
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment