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; }