liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
server/service/src/main/java/com/doumee/dao/business/vo/ShopTreeVo.java
@@ -82,4 +82,11 @@
    @ApiModelProperty(value = "下级部门集合", example = "1")
    @TableField(exist = false)
    private List<ShopTreeVo> childList;
    @ApiModelProperty(value = "部门编码级别路径", example = "1")
    private String idPath;
    @ApiModelProperty(value = "部门级别路径", example = "1")
    private String namePath;
    @ApiModelProperty(value = "部门级别路径", example = "1")
    private Long parentId;
}