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
65853aee
Commit
65853aee
authored
Apr 07, 2021
by
王衍超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of gitlab.beecode.cn:kunlun/xyst_dinas/xyst_dinas_backend into develop
parents
d81dc53e
89ef53e3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
8 deletions
+28
-8
ContractWarningExe.mk
...model/com/xyst/dinas/contract/query/ContractWarningExe.mk
+9
-0
ContractWarningExe.jmx
...rces/com/xyst/dinas/contract/query/ContractWarningExe.jmx
+10
-0
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.contract/src/main/model/com/xyst/dinas/contract/query/ContractWarningExe.mk
View file @
65853aee
...
@@ -68,6 +68,15 @@
...
@@ -68,6 +68,15 @@
</ref>
</ref>
<description></description>
<description></description>
</field>
</field>
<field title='备注'>
<name>memo</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='实际值'>
<field title='实际值'>
<name>min</name>
<name>min</name>
<type>string</type>
<type>string</type>
...
...
backend/xyst.dinas.contract/src/main/resources/com/xyst/dinas/contract/query/ContractWarningExe.jmx
View file @
65853aee
...
@@ -70,6 +70,16 @@
...
@@ -70,6 +70,16 @@
<m:desc></m:desc>
<m:desc></m:desc>
</m:field>
</m:field>
<m:field>
<m:field>
<m:name>
memo
</m:name>
<m:title>
备注
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
target
</m:name>
<m:name>
target
</m:name>
<m:title>
预警指标
</m:title>
<m:title>
预警指标
</m:title>
<m:type>
string
</m:type>
<m:type>
string
</m:type>
...
...
backend/xyst.dinas.production/src/main/resources/com/xyst/dinas/production/datamodel/SandMining$SandMiningStationDetail.jmx
View file @
65853aee
...
@@ -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 @
65853aee
...
@@ -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 @
65853aee
...
@@ -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