提交 44e4284f 编写于 作者: 1 18356073052

更改素材类型树的label字段为name字段

上级 4b949840
......@@ -17,7 +17,7 @@ public class Tree<T> {
* 名称
*/
@ApiModelProperty(name = "label", value = "名称")
private String label;
private String name;
/**
* 父的叶子信息
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册