From 52a0bf7637b725f0b6bf18a03962b0636f7074fb Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 22 十二月 2023 18:14:40 +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