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
61a688e0
Commit
61a688e0
authored
May 14, 2021
by
shiwenbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
包含子表的模型,子表jmx增加master的特殊注解
parent
53d1c38f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
96 additions
and
0 deletions
+96
-0
ContractAssociatedcontractDetail.jmx
...s/contract/datamodel/ContractAssociatedcontractDetail.jmx
+16
-0
ProjectFiledAssociatedProjectFiledDinasDetail.jmx
...tamodel/ProjectFiledAssociatedProjectFiledDinasDetail.jmx
+16
-0
ProjectFiledAssociatedProjectSubContractorDetail.jmx
...odel/ProjectFiledAssociatedProjectSubContractorDetail.jmx
+16
-0
SafeLogAssociatedStaffDetail.jmx
...yst/dinas/safe/datamodel/SafeLogAssociatedStaffDetail.jmx
+16
-0
NeedPlanAssociatedNeedPlanDetail.jmx
...inas/sales/datamodel/NeedPlanAssociatedNeedPlanDetail.jmx
+16
-0
SalesPlanTempAssociatedSalesPlanTempDetail.jmx
.../datamodel/SalesPlanTempAssociatedSalesPlanTempDetail.jmx
+16
-0
No files found.
backend/xyst.dinas.contract/src/main/resources/com/xyst/dinas/contract/datamodel/ContractAssociatedcontractDetail.jmx
View file @
61a688e0
...
...
@@ -215,6 +215,22 @@
<m:annotation>
<m:type>
bcp.type.json.JsonIgnore
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
master_id
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
233c82e2-e7b6-49fc-96cc-bb947ba2cc99
</m:id>
<m:name>
master
</m:name>
...
...
backend/xyst.dinas.project/src/main/resources/com/xyst/dinas/project/datamodel/ProjectFiledAssociatedProjectFiledDinasDetail.jmx
View file @
61a688e0
...
...
@@ -100,6 +100,22 @@
<m:annotation>
<m:type>
bcp.type.json.JsonIgnore
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
master_id
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
23fc82e2-e7b6-49fc-96cc-bb947ba2cc99
</m:id>
<m:name>
master
</m:name>
...
...
backend/xyst.dinas.project/src/main/resources/com/xyst/dinas/project/datamodel/ProjectFiledAssociatedProjectSubContractorDetail.jmx
View file @
61a688e0
...
...
@@ -91,6 +91,22 @@
<m:annotation>
<m:type>
bcp.type.json.JsonIgnore
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
master_id
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
3a1752d8-0f80-4fd6-a9fb-a1cad245f6b8
</m:id>
<m:name>
master
</m:name>
...
...
backend/xyst.dinas.safe/src/main/resources/com/xyst/dinas/safe/datamodel/SafeLogAssociatedStaffDetail.jmx
View file @
61a688e0
...
...
@@ -67,6 +67,22 @@
<m:annotation>
<m:type>
bcp.type.json.JsonIgnore
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
master_id
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
84b69479-935c-4b94-aaf1-3086d2a48592
</m:id>
<m:name>
master
</m:name>
...
...
backend/xyst.dinas.sales/src/main/resources/com/xyst/dinas/sales/datamodel/NeedPlanAssociatedNeedPlanDetail.jmx
View file @
61a688e0
...
...
@@ -164,6 +164,22 @@
<m:annotation>
<m:type>
bcp.type.json.JsonIgnore
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
master_id
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
ccddb9cc-707e-4c56-890b-5272f1268d3c
</m:id>
<m:name>
master
</m:name>
...
...
backend/xyst.dinas.sales/src/main/resources/com/xyst/dinas/sales/datamodel/SalesPlanTempAssociatedSalesPlanTempDetail.jmx
View file @
61a688e0
...
...
@@ -164,6 +164,22 @@
<m:annotation>
<m:type>
bcp.type.json.JsonIgnore
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
master_id
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
ccddb9cc-707e-4c56-890b-5272f1268d3c
</m:id>
<m:name>
master
</m:name>
...
...
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