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
639e3f37
Commit
639e3f37
authored
May 14, 2021
by
shiwenbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改运输记录模型错误
parent
d4b33bdc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
TransportRecord.mk
...del/com/xyst/dinas/transport/datamodel/TransportRecord.mk
+1
-1
TransportRecord.jmx
...es/com/xyst/dinas/transport/datamodel/TransportRecord.jmx
+0
-0
TransportRecord.hbm.xml
...ansport/src/main/resources/config/TransportRecord.hbm.xml
+1
-1
No files found.
backend/xyst.dinas.transport/src/main/model/com/xyst/dinas/transport/datamodel/TransportRecord.mk
View file @
639e3f37
...
...
@@ -9,7 +9,7 @@
<tablePrefix>xyst_dinas_transport_</tablePrefix>
</header>
<content>
<dataModel id='
94a21d60-5719-4932-88a3-292287d140de
' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_transport_transport_record'>
<dataModel id='
f9965cff-6076-43e6-a736-563e97b2cbba
' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_transport_transport_record'>
<attribute id='3165ab76-4c39-4a40-ab5b-e77cee1fb51a' name='id' columnName='id' title='id' type='uuid' default='' precision='' isArray='false'>
<annotation id='b45ddb39-d595-48e7-9014-9bff93f11bd2' attributeId='b5a8a80b-c5ef-48e0-8cc1-c6f6bc8a8c2f'
name='length' value='undefined'/>
...
...
backend/xyst.dinas.transport/src/main/resources/com/xyst/dinas/transport/datamodel/TransportRecord.jmx
0 → 100644
View file @
639e3f37
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.transport/src/main/resources/config/TransportRecord.hbm.xml
View file @
639e3f37
...
...
@@ -36,7 +36,7 @@
<comment>
所属车辆
</comment>
</column>
</many-to-one>
<many-to-one
name=
"saleRecord"
entity-name=
"com.xyst.dinas.
transport.datamodel.Sale
Record"
fetch=
"select"
>
<many-to-one
name=
"saleRecord"
entity-name=
"com.xyst.dinas.
sales.datamodel.Sales
Record"
fetch=
"select"
>
<column
name=
"sale_record_id"
not-null=
"false"
>
<comment>
所属销售记录
</comment>
</column>
...
...
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