标签增加备注字段

This commit is contained in:
2023-04-18 17:43:06 +08:00
parent 27b71b1cc2
commit c59d6fa2bc
2 changed files with 10 additions and 0 deletions
@@ -38,6 +38,11 @@ public class TreeLabelEntity implements Serializable {
*/ */
private String parentId; private String parentId;
/**
* 备注
*/
private String remark;
/** /**
* *
*/ */
@@ -29,6 +29,11 @@ public class TreeLabelVo {
@NotBlank(message = "名称不能为空") @NotBlank(message = "名称不能为空")
private String name; private String name;
/**
* 备注
*/
private String remark;
/** /**
* 父id * 父id
*/ */