Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 99aeab1a
authored
Jul 12, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-dingwf-0715' into develop
2 parents
2a4c8e1e
4ae7289e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project-order/src/main/java/com/dituhui/pea/order/entity/MapLayerCustomizeEntity.java
project-order/src/main/java/com/dituhui/pea/order/entity/MapLayerCustomizeEntity.java
View file @
99aeab1
...
@@ -27,7 +27,7 @@ public class MapLayerCustomizeEntity {
...
@@ -27,7 +27,7 @@ public class MapLayerCustomizeEntity {
private
String
layerDescribe
;
private
String
layerDescribe
;
@Column
(
name
=
"disabled"
,
nullable
=
false
)
@Column
(
name
=
"disabled"
,
nullable
=
false
)
private
b
oolean
disabled
;
private
B
oolean
disabled
;
@Column
(
name
=
"memo"
,
nullable
=
false
,
length
=
100
)
@Column
(
name
=
"memo"
,
nullable
=
false
,
length
=
100
)
private
String
memo
;
private
String
memo
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment