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
97168385
Commit
97168385
authored
May 26, 2021
by
shiwenbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交部分模型修改jmx
parent
1a7f3bfe
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
433 additions
and
34 deletions
+433
-34
ProductionLine.jmx
...resources/com/xyst/dinas/biz/datamodel/ProductionLine.jmx
+51
-2
SandMiningArea.jmx
...resources/com/xyst/dinas/biz/datamodel/SandMiningArea.jmx
+178
-32
ProjectFiled.jmx
...sources/com/xyst/dinas/project/datamodel/ProjectFiled.jmx
+92
-0
ProjectFiled.jmx
...n/resources/com/xyst/dinas/project/query/ProjectFiled.jmx
+40
-0
ProjectFiledNoAuthFilterScene.jmx
...yst/dinas/project/query/ProjectFiledNoAuthFilterScene.jmx
+40
-0
AdvancePaymentAndBalanceSummary.jmx
.../statistics/datamodel/AdvancePaymentAndBalanceSummary.jmx
+32
-0
No files found.
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/datamodel/ProductionLine.jmx
View file @
97168385
...
...
@@ -7,6 +7,11 @@
<description>
生产线管理
</description>
<define>
bcp.type.Class
</define>
<define-version>
1.0
</define-version>
<dependency>
javax.persistence.Entity
</dependency>
<dependency>
javax.persistence.Column
</dependency>
<dependency>
javax.persistence.ManyToOne
</dependency>
<dependency>
javax.persistence.JoinColumn
</dependency>
<dependency>
javax.persistence.Table
</dependency>
<dependency>
bcp.type.constraint.StringLength
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.StoreSubTableRequirement
</dependency>
<dependency>
com.beecode.inz.common.datamodel.BaseInfo
</dependency>
...
...
@@ -14,12 +19,40 @@
<dependency>
bcp.type.json.JsonIgnore
</dependency>
<content>
<m:class>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.Entity
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Table
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
xyst_dinas_biz_production_line
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:parents>
<m:parent>
com.beecode.bap.biztrait.datamodel.StoreSubTableRequirement
</m:parent>
</m:parents>
<m:attributes>
<m:attribute>
<m:annotations/>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
80
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
name
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
37e148ea-47af-4a01-8a41-9f0622f06f2e
</m:id>
<m:name>
name
</m:name>
<m:title>
生产线名称
</m:title>
...
...
@@ -28,10 +61,26 @@
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotations>
<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>
station_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>
ababc07b-381a-4d5e-9ab6-84a376aa26b8
</m:id>
<m:name>
station
</m:name>
...
...
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/datamodel/SandMiningArea.jmx
View file @
97168385
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-type"
>
<specification>
1.0
</specification>
<id>
2ef34ffe-6181-40de-a414-6adfc7e8e61
8
</id>
<id>
dc239645-f994-4413-b124-9911bff7f44
8
</id>
<name>
com.xyst.dinas.biz.datamodel.SandMiningArea
</name>
<title>
采区管理
</title>
<description>
采区管理
</description>
<define>
bcp.type.Class
</define>
<define-version>
1.0
</define-version>
<dependency>
javax.persistence.Entity
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.xystOrganization
</dependency>
<dependency>
javax.persistence.Column
</dependency>
<dependency>
bcp.type.constraint.StringLength
</dependency>
<dependency>
bcp.type.constraint.NotNull
</dependency>
<dependency>
javax.persistence.ManyToOne
</dependency>
<dependency>
javax.persistence.Table
</dependency>
<dependency>
com.beecode.inz.common.datamodel.BaseInfo
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.xystOrganization
</dependency>
<dependency>
bcp.type.constraint.Numeric
</dependency>
<dependency>
javax.persistence.JoinColumn
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
javax.persistence.OneToMany
</dependency>
<content>
<m:class>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.Entity
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Table
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
xyst_dinas_position
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:parents>
<m:parent>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</m:parent>
<m:parent>
com.beecode.inz.common.datamodel.BaseInfo
</m:parent>
<m:parent>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</m:parent>
</m:parents>
<m:attributes>
<m:attribute>
<m:annotations/>
<m:id>
15457cfc-f82d-4e99-b143-b8cee92c9fff
</m:id>
<m:annotations>
<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>
regional_company
</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>
05eb2a48-d303-47fe-aa54-fbf1a82d1a08
</m:id>
<m:name>
regionalCompany
</m:name>
<m:title>
所属
区域公司
</m:title>
<m:title>
区域公司
</m:title>
<m:type>
com.xyst.dinas.biz.datamodel.xystOrganization
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
acf11cb7-bf53-4ac2-81ff-b4d14bd747b6
</m:id>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
50
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
sand_mining_area_name
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
6a61a3de-d7b9-4c82-a55c-37a007ca6354
</m:id>
<m:name>
sandMiningAreaName
</m:name>
<m:title>
采区名称
</m:title>
<m:type>
string
</m:type>
<m:description>
采区名称
</m:description>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
c7e790b4-efc8-4cc4-99f1-324ca09579e7
</m:id>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
sand_mining_area_type
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
028e69f6-56e4-4254-bcbe-eba1d99329a1
</m:id>
<m:name>
sandMiningAreaType
</m:name>
<m:title>
采区类型
</m:title>
<m:type>
int
</m:type>
...
...
@@ -49,8 +109,30 @@
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.Numeric
</m:type>
<m:properties>
<m:property>
<m:key>
precision
</m:key>
<m:value>
0
</m:value>
</m:property>
<m:property>
<m:key>
scale
</m:key>
<m:value>
0
</m:value>
</m:property>
</m:properties>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
sand_mining_quantity
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
03de3264-23d0-4fdf-bbe4-7a9ad227a7e4
</m:id>
<m:id>
997c8e02-5590-4bf8-90d4-ea27e63fb692
</m:id>
<m:name>
sandMiningQuantity
</m:name>
<m:title>
可采量
</m:title>
<m:type>
fixnum
</m:type>
...
...
@@ -58,8 +140,22 @@
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
4957fc36-a43a-48d5-b0b2-4c551d677778
</m:id>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
1500
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
station_coordinate
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
05241b45-15d9-425b-933a-d20f108c2052
</m:id>
<m:name>
stationCoordinate
</m:name>
<m:title>
采区坐标
</m:title>
<m:type>
string
</m:type>
...
...
@@ -67,8 +163,22 @@
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
28a50c42-f2e3-499a-aed2-1aa2695a9583
</m:id>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
300
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
area_color
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
e84a2b38-12ee-4577-97ef-d52709671e83
</m:id>
<m:name>
areaColor
</m:name>
<m:title>
采区颜色
</m:title>
<m:type>
string
</m:type>
...
...
@@ -79,44 +189,80 @@
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
300
</m:value>
<m:value>
500
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
reason
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
4b5839ed-ced7-4f1a-af32-88833253f8e3
</m:id>
<m:id>
e651651f-32cd-47f9-9fbc-9917c750ded1
</m:id>
<m:name>
reason
</m:name>
<m:title>
备注
</m:title>
<m:title>
描述
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations></m:annotations>
<m:id>
4bb7343d-6733-417d-9cc9-4b97270d63f6
</m:id>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
sort_order
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
bff1c287-f491-4f87-928a-a10782ae15d2
</m:id>
<m:name>
sortOrder
</m:name>
<m:title>
排序
</m:title>
<m:type>
int
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations></m:annotations>
<m:id>
7a21a119-edcb-4f41-9292-dfb4480a13b4
</m:id>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
status
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
6ca5c644-ee5f-4cad-9c30-7d4e5cb1d227
</m:id>
<m:name>
status
</m:name>
<m:title>
审批状态
0待审核 1通过 2
未通过
</m:title>
<m:title>
审批状态
1待审核 2通过 3
未通过
</m:title>
<m:type>
int
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
300
</m:value>
<m:value>
500
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
failure_reason
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
0aed5880-369f-423e-861d-b920b79d92cf
</m:id>
<m:id>
7555df5c-0790-47f9-8f0f-d898df7ec53c
</m:id>
<m:name>
failureReason
</m:name>
<m:title>
不通过原因
</m:title>
<m:type>
string
</m:type>
...
...
backend/xyst.dinas.project/src/main/resources/com/xyst/dinas/project/datamodel/ProjectFiled.jmx
View file @
97168385
...
...
@@ -281,6 +281,98 @@
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
255
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
project_coordinate
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
1cbf37bb-942b-40e1-b417-c602251965fa
</m:id>
<m:name>
projectCoordinate
</m:name>
<m:title>
项目坐标
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
100
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
province
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
85d85261-d35a-478e-a787-e7563764cf20
</m:id>
<m:name>
province
</m:name>
<m:title>
省
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
100
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
city
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
9e37326e-4761-400e-a1f4-51900463fb6d
</m:id>
<m:name>
city
</m:name>
<m:title>
市
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
100
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
district
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
4440fd82-2912-420c-98e6-65460e775b9a
</m:id>
<m:name>
district
</m:name>
<m:title>
区
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
com.beecode.bap.biztrait.datamodel.SubTableAnnotation
</m:type>
</m:annotation>
</m:annotations>
...
...
backend/xyst.dinas.project/src/main/resources/com/xyst/dinas/project/query/ProjectFiled.jmx
View file @
97168385
...
...
@@ -118,6 +118,46 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
projectCoordinate
</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>
province
</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>
city
</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>
district
</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>
useSandComany
</m:name>
<m:title>
用砂单位
</m:title>
<m:type>
string
</m:type>
...
...
backend/xyst.dinas.project/src/main/resources/com/xyst/dinas/project/query/ProjectFiledNoAuthFilterScene.jmx
View file @
97168385
...
...
@@ -111,6 +111,46 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
projectCoordinate
</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>
province
</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>
city
</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>
district
</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>
useSandComany
</m:name>
<m:title>
用砂单位
</m:title>
<m:type>
string
</m:type>
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/datamodel/AdvancePaymentAndBalanceSummary.jmx
View file @
97168385
...
...
@@ -443,6 +443,38 @@
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.Numeric
</m:type>
<m:properties>
<m:property>
<m:key>
precision
</m:key>
<m:value>
12
</m:value>
</m:property>
<m:property>
<m:key>
scale
</m:key>
<m:value>
4
</m:value>
</m:property>
</m:properties>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
deal_amount
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
e714bec9-b74e-420b-afd2-9eae0271f859
</m:id>
<m:name>
dealAmount
</m:name>
<m:title>
销售数量
</m:title>
<m:type>
fixnum
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
</m:attributes>
</m:class>
</content>
...
...
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