From 84c71ae1ed901e98cd3ba4a7484ac3eb58f0cfb5 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 04 七月 2024 14:19:30 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/TreeNode.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/TreeNode.java b/smartor/src/main/java/com/smartor/domain/TreeNode.java
index 047ca30..3610a70 100644
--- a/smartor/src/main/java/com/smartor/domain/TreeNode.java
+++ b/smartor/src/main/java/com/smartor/domain/TreeNode.java
@@ -11,10 +11,10 @@
@ApiModel(value = "TreeNode", description = "鑺傜偣鏍�")
@Data
public class TreeNode {
- @ApiModelProperty(name = "鑺傜偣鍚嶇О")
+ @ApiModelProperty(value = "鑺傜偣鍚嶇О")
private String name;
- @ApiModelProperty(name = "瀛愯妭鐐归泦鍚�")
+ @ApiModelProperty(value = "瀛愯妭鐐归泦鍚�")
private List<TreeNode> children;
public TreeNode(String name) {
--
Gitblit v1.9.3