@@ -18,7 +18,7 @@ public class CenterDepartmentVO {
private String responsibilityName;
- @JsonInclude(JsonInclude.Include.NON_EMPTY)
+// @JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<DepartVO> departments;
private Boolean isParent;