@@ -37,10 +37,8 @@ public class CoreRegisterBookPdfPageVo {
@ApiModelProperty(value = "pdf文件地址")
private String fileUrl;
- @JsonIgnore
@ApiModelProperty(value = "机构名称")
private String orgPath;
private List<IdName<Long, String>> orgList;
}