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
7ba75d7f
Commit
7ba75d7f
authored
Apr 07, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采砂许可子表字段修改
parent
7b11f93d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
SandMining$SandMiningStationDetail.jmx
...oduction/datamodel/SandMining$SandMiningStationDetail.jmx
+1
-1
SandMining.jmx
...ources/com/xyst/dinas/production/datamodel/SandMining.jmx
+3
-2
SandMining.hbm.xml
...s.production/src/main/resources/config/SandMining.hbm.xml
+5
-5
No files found.
backend/xyst.dinas.production/src/main/resources/com/xyst/dinas/production/datamodel/SandMining$SandMiningStationDetail.jmx
View file @
7ba75d7f
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</m:annotation>
</m:annotation>
</m:annotations>
</m:annotations>
<m:id>
23fc82e2-e7b6-49fc-96cc-bb947ba2cc99
</m:id>
<m:id>
23fc82e2-e7b6-49fc-96cc-bb947ba2cc99
</m:id>
<m:name>
sandMining
</m:name>
<m:name>
master
</m:name>
<m:title>
采砂许可证
</m:title>
<m:title>
采砂许可证
</m:title>
<m:type>
com.xyst.dinas.production.datamodel.SandMining
</m:type>
<m:type>
com.xyst.dinas.production.datamodel.SandMining
</m:type>
<m:description></m:description>
<m:description></m:description>
...
...
backend/xyst.dinas.production/src/main/resources/com/xyst/dinas/production/datamodel/SandMining.jmx
View file @
7ba75d7f
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.Station
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.Station
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.SandMiningArea
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.SandMiningArea
</dependency>
<dependency>
com.xyst.dinas.production.datamodel.SandMining$SandMiningStationDetail
</dependency>
<content>
<content>
<m:class>
<m:class>
<m:parents>
<m:parents>
...
@@ -148,8 +149,8 @@
...
@@ -148,8 +149,8 @@
</m:annotations>
</m:annotations>
<m:id>
923fc243-b92b-45d5-8876-a8cad89b5ac5
</m:id>
<m:id>
923fc243-b92b-45d5-8876-a8cad89b5ac5
</m:id>
<m:name>
stationDetails
</m:name>
<m:name>
stationDetails
</m:name>
<m:title>
包含场站
</m:title>
<m:title>
包含场站
子表
</m:title>
<m:type>
com.xyst.dinas.
biz.datamodel.Station
[]
</m:type>
<m:type>
com.xyst.dinas.
production.datamodel.SandMining$SandMiningStationDetail
[]
</m:type>
<m:description></m:description>
<m:description></m:description>
<m:default></m:default>
<m:default></m:default>
</m:attribute>
</m:attribute>
...
...
backend/xyst.dinas.production/src/main/resources/config/SandMining.hbm.xml
View file @
7ba75d7f
...
@@ -107,8 +107,8 @@
...
@@ -107,8 +107,8 @@
</property>
</property>
<bag
name=
"stationDetails"
lazy=
"true"
fetch=
"select"
inverse=
"true"
>
<bag
name=
"stationDetails"
lazy=
"true"
fetch=
"select"
inverse=
"true"
>
<key
column=
"
sand_mining
_id"
not-null=
"true"
/>
<key
column=
"
master
_id"
not-null=
"true"
/>
<one-to-many
entity-name=
"com.xyst.dinas.pro
ject
.datamodel.SandMining$SandMiningStationDetail"
/>
<one-to-many
entity-name=
"com.xyst.dinas.pro
duction
.datamodel.SandMining$SandMiningStationDetail"
/>
</bag>
</bag>
<property
name=
"sandMiningRange"
type=
"nstring"
not-null=
"false"
>
<property
name=
"sandMiningRange"
type=
"nstring"
not-null=
"false"
>
<column
name=
"sand_mining_range"
length=
"3000"
>
<column
name=
"sand_mining_range"
length=
"3000"
>
...
@@ -142,13 +142,13 @@
...
@@ -142,13 +142,13 @@
</property>
</property>
</class>
</class>
<class
entity-name=
"com.xyst.dinas.pro
ject
.datamodel.SandMining$SandMiningStationDetail"
table=
"xyst_dinas_production_sand_mining_station_detail"
>
<class
entity-name=
"com.xyst.dinas.pro
duction
.datamodel.SandMining$SandMiningStationDetail"
table=
"xyst_dinas_production_sand_mining_station_detail"
>
<tuplizer
entity-mode=
"dynamic-map"
class=
"com.beecode.bcp.store.hibernate.KObjectEntityTuplizer"
/>
<tuplizer
entity-mode=
"dynamic-map"
class=
"com.beecode.bcp.store.hibernate.KObjectEntityTuplizer"
/>
<id
name=
"id"
type=
"uuid-binary"
column=
"id"
length=
"16"
>
<id
name=
"id"
type=
"uuid-binary"
column=
"id"
length=
"16"
>
<generator
class=
"assigned"
/>
<generator
class=
"assigned"
/>
</id>
</id>
<many-to-one
name=
"
sandMining
"
entity-name=
"com.xyst.dinas.production.datamodel.SandMining"
fetch=
"select"
>
<many-to-one
name=
"
master
"
entity-name=
"com.xyst.dinas.production.datamodel.SandMining"
fetch=
"select"
>
<column
name=
"
sand_mining
_id"
not-null=
"true"
/>
<column
name=
"
master
_id"
not-null=
"true"
/>
</many-to-one>
</many-to-one>
<many-to-one
name=
"station"
entity-name=
"com.xyst.dinas.biz.datamodel.Station"
fetch=
"select"
>
<many-to-one
name=
"station"
entity-name=
"com.xyst.dinas.biz.datamodel.Station"
fetch=
"select"
>
<column
name=
"station_id"
not-null=
"true"
/>
<column
name=
"station_id"
not-null=
"true"
/>
...
...
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