Commit b542fb86 by 罗志长

fix: 上级空间编辑

parent b1fc6a02
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment