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
e9e38cf8
Commit
e9e38cf8
authored
Jun 25, 2021
by
shiwenbo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of gitlab.beecode.cn:kunlun/xyst_dinas/xyst_dinas_backend into develop
parents
75c0dfef
2cd177ba
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
DinasType.hbm.xml
...yst.dinas.biz/src/main/resources/config/DinasType.hbm.xml
+1
-1
SandMiningArea.hbm.xml
...inas.biz/src/main/resources/config/SandMiningArea.hbm.xml
+1
-1
ShipInfo.hbm.xml
...xyst.dinas.biz/src/main/resources/config/ShipInfo.hbm.xml
+1
-1
Station.hbm.xml
.../xyst.dinas.biz/src/main/resources/config/Station.hbm.xml
+1
-1
CameraInfo.hbm.xml
...dinas.camera/src/main/resources/config/CameraInfo.hbm.xml
+1
-1
No files found.
backend/xyst.dinas.biz/src/main/resources/config/DinasType.hbm.xml
View file @
e9e38cf8
...
...
@@ -67,7 +67,7 @@
</column>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
update=
"false"
insert=
"false"
index=
"dinas_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false"
unique=
"false"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
</column>
...
...
backend/xyst.dinas.biz/src/main/resources/config/SandMiningArea.hbm.xml
View file @
e9e38cf8
...
...
@@ -87,7 +87,7 @@
<comment>
不通过原因
</comment>
</column>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
index=
"sand_mining_area_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
</column>
...
...
backend/xyst.dinas.biz/src/main/resources/config/ShipInfo.hbm.xml
View file @
e9e38cf8
...
...
@@ -80,7 +80,7 @@
<comment>
备注
</comment>
</column>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
index=
"station_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false"
unique=
"false"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
</column>
...
...
backend/xyst.dinas.biz/src/main/resources/config/Station.hbm.xml
View file @
e9e38cf8
...
...
@@ -85,7 +85,7 @@
<comment>
备注
</comment>
</column>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
index=
"station_sort_index
"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false
"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
</column>
...
...
backend/xyst.dinas.camera/src/main/resources/config/CameraInfo.hbm.xml
View file @
e9e38cf8
...
...
@@ -154,7 +154,7 @@
</column>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"true"
unique=
"true"
update=
"false"
insert=
"false"
index=
"camera_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"true"
unique=
"true"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
</column>
...
...
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