| | |
| | | import com.qianwen.smartman.modules.system.entity.Region; |
| | | |
| | | @ApiModel(value = "RegionVO", description = "行政区划表") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/vo/RegionVO.class */ |
| | | |
| | | public class RegionVO extends Region implements INode<RegionVO> { |
| | | private static final long serialVersionUID = 1; |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | |
| | | |
| | | public List<RegionVO> getChildren() { |
| | | if (this.children == null) { |
| | | this.children = new ArrayList(); |
| | | this.children = new ArrayList<>(); |
| | | } |
| | | return this.children; |
| | | } |