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 66627511
authored
Oct 25, 2023
by
huangjinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:图层技能描述取消必传
1 parent
dad60019
Hide 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 @
6662751
...
@@ -27,7 +27,7 @@ public class MapLayerCustomizeEntity {
...
@@ -27,7 +27,7 @@ public class MapLayerCustomizeEntity {
@Column
(
name
=
"layer"
,
nullable
=
false
,
length
=
50
)
@Column
(
name
=
"layer"
,
nullable
=
false
,
length
=
50
)
private
String
layer
;
private
String
layer
;
@Column
(
name
=
"layer_describe"
,
nullable
=
false
,
length
=
200
)
@Column
(
name
=
"layer_describe"
,
length
=
200
)
private
String
layerDescribe
;
private
String
layerDescribe
;
@Column
(
name
=
"status"
,
nullable
=
false
)
@Column
(
name
=
"status"
,
nullable
=
false
)
...
...
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