From 723d38375c45d24737bfef6f33a9686254abf99b Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 17 十月 2024 13:42:27 +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