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
629b3809
Commit
629b3809
authored
May 11, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
摄像头添加所属流域id
parent
4389a68c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
CameraInfo.jmx
.../resources/com/xyst/dinas/camera/datamodel/CameraInfo.jmx
+2
-1
CameraInfo.hbm.xml
...dinas.camera/src/main/resources/config/CameraInfo.hbm.xml
+5
-6
No files found.
backend/xyst.dinas.camera/src/main/resources/com/xyst/dinas/camera/datamodel/CameraInfo.jmx
View file @
629b3809
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
<dependency>
com.beecode.inz.common.datamodel.BaseInfo
</dependency>
<dependency>
com.beecode.inz.common.datamodel.BaseInfo
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.xystOrganization
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.xystOrganization
</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.camera.dict.datamodel.CameraAccount
</dependency>
<dependency>
com.xyst.dinas.camera.dict.datamodel.CameraAccount
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<content>
<content>
...
@@ -138,7 +139,7 @@
...
@@ -138,7 +139,7 @@
<m:id>
79474200-7fb2-4e1d-8d36-677bd744c8fb
</m:id>
<m:id>
79474200-7fb2-4e1d-8d36-677bd744c8fb
</m:id>
<m:name>
watershedId
</m:name>
<m:name>
watershedId
</m:name>
<m:title>
所属流域id
</m:title>
<m:title>
所属流域id
</m:title>
<m:type>
uuid
</m:type>
<m:type>
com.xyst.dinas.biz.datamodel.SandMiningArea
</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.camera/src/main/resources/config/CameraInfo.hbm.xml
View file @
629b3809
...
@@ -102,17 +102,16 @@
...
@@ -102,17 +102,16 @@
</column>
</column>
</property>
</property>
<property
name=
"watershedId"
type=
"uuid-binary"
not-null=
"false"
>
<column
name=
"watershed_id"
length=
"16"
>
<comment>
流域id
</comment>
</column>
</property>
<many-to-one
name=
"regionalStation"
entity-name=
"com.xyst.dinas.biz.datamodel.Station"
fetch=
"select"
>
<many-to-one
name=
"regionalStation"
entity-name=
"com.xyst.dinas.biz.datamodel.Station"
fetch=
"select"
>
<column
name=
"regional_station"
not-null=
"false"
>
<column
name=
"regional_station"
not-null=
"false"
>
<comment>
所属场站
</comment>
<comment>
所属场站
</comment>
</column>
</column>
</many-to-one>
</many-to-one>
<many-to-one
name=
"watershedId"
entity-name=
"com.xyst.dinas.biz.datamodel.SandMiningArea"
fetch=
"select"
>
<column
name=
"watershed_id"
not-null=
"false"
>
<comment>
所属场站
</comment>
</column>
</many-to-one>
<many-to-one
name=
"cameraAccount"
entity-name=
"com.xyst.dinas.camera.dict.datamodel.CameraAccount"
fetch=
"select"
>
<many-to-one
name=
"cameraAccount"
entity-name=
"com.xyst.dinas.camera.dict.datamodel.CameraAccount"
fetch=
"select"
>
<column
name=
"camera_account"
>
<column
name=
"camera_account"
>
<comment>
摄像头账号
</comment>
<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