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
2595246c
Commit
2595246c
authored
Apr 21, 2022
by
yanHeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修改] 流域区域增加字段 坐标类型
parent
8c977963
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
SandMiningArea.mk
...main/model/com/xyst/dinas/biz/datamodel/SandMiningArea.mk
+4
-0
SandMiningArea.jmx
...ain/resources/com/xyst/dinas/biz/query/SandMiningArea.jmx
+10
-0
SandMiningArea.hbm.xml
...inas.biz/src/main/resources/config/SandMiningArea.hbm.xml
+6
-0
No files found.
backend/xyst.dinas.biz/src/main/model/com/xyst/dinas/biz/datamodel/SandMiningArea.mk
View file @
2595246c
...
...
@@ -31,6 +31,10 @@
<annotation id='7c36721e-9bbd-42ae-bfbb-1b0395567be3' attributeId='aee8df10-530c-44b7-b12b-474ab96694a7' name='length' value='undefined'>
</annotation>
</attribute>
<attribute id='8a13aebf-60e6-4ce2-9b69-5a3233adf10b' name='areaCoordType' columnName='area_coord_type' title='坐标类型' type='int' default='' precision='' isArray='false'>
<annotation id='71293be4-9f0f-4f6c-90dd-2302126527c7' attributeId='cf03eccd-1f62-4514-b054-196b8ab201c9' name='length' value='1'>
</annotation>
</attribute>
<attribute id='05241b45-15d9-425b-933a-d20f108c2052' name='stationCoordinate' columnName='station_coordinate' title='采区坐标' type='string' default='' precision='' isArray='false'>
<annotation id='0981a94a-a675-4817-9e9b-64ce28bc6735' attributeId='6321c30c-0e52-4b7b-9034-b87a5a8026f7' name='length' value='1500'>
</annotation>
...
...
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/query/SandMiningArea.jmx
View file @
2595246c
...
...
@@ -135,6 +135,16 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
areaCoordType
</m:name>
<m:title>
坐标类型
</m:title>
<m:type>
int
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
sandMiningQuantity
</m:name>
<m:title>
可采量
</m:title>
<m:type>
string
</m:type>
...
...
backend/xyst.dinas.biz/src/main/resources/config/SandMiningArea.hbm.xml
View file @
2595246c
...
...
@@ -59,6 +59,12 @@
</column>
</property>
<property
name=
"areaCoordType"
type=
"integer"
not-null=
"true"
>
<column
name=
"area_coord_type"
>
<comment>
坐标类型
</comment>
</column>
</property>
<property
name=
"stationCoordinate"
type=
"nstring"
not-null=
"false"
>
<column
name=
"station_coordinate"
>
<comment>
采区坐标区域 按照逗号和分号分隔
</comment>
...
...
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