修改分组管理后端实体

This commit is contained in:
wyt 2025-08-01 18:07:48 +08:00
parent 8eedf3b3ff
commit 80d82c031f

View File

@ -41,4 +41,7 @@ public class BasSheepGroup extends TreeEntity
@Excel(name = "祖级列表名称")
private String ancestorNames;
private Integer isLeaf;
}