Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
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
b542fb86
authored
Feb 19, 2024
by
罗志长
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: 上级空间编辑
parent
b1fc6a02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
server-service/src/main/java/com/makeit/entity/platform/space/PlatSpace.java
server-service/src/main/java/com/makeit/entity/platform/space/PlatSpace.java
View file @
b542fb86
...
@@ -21,6 +21,7 @@ public class PlatSpace extends BaseBusEntity {
...
@@ -21,6 +21,7 @@ public class PlatSpace extends BaseBusEntity {
@ApiModelProperty
(
value
=
"名称"
)
@ApiModelProperty
(
value
=
"名称"
)
private
String
name
;
private
String
name
;
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
@ApiModelProperty
(
value
=
"上级空间ID"
)
@ApiModelProperty
(
value
=
"上级空间ID"
)
private
String
parentId
;
private
String
parentId
;
...
@@ -48,6 +49,7 @@ public class PlatSpace extends BaseBusEntity {
...
@@ -48,6 +49,7 @@ public class PlatSpace extends BaseBusEntity {
@ApiModelProperty
(
value
=
"区"
)
@ApiModelProperty
(
value
=
"区"
)
private
String
district
;
private
String
district
;
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
@ApiModelProperty
(
value
=
"上级全路径"
)
@ApiModelProperty
(
value
=
"上级全路径"
)
private
String
parentPath
;
private
String
parentPath
;
...
...
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