|
@@ -1,6 +1,7 @@
|
|
|
package com.imed.costaccount.model.vo;
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
|
+import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import lombok.Data;
|
|
|
|
|
@@ -20,7 +21,7 @@ public class AccountVO {
|
|
|
private Long parentId;
|
|
|
|
|
|
private Integer isBaseCost;
|
|
|
-
|
|
|
+ @JsonInclude(JsonInclude.Include.NON_EMPTY)
|
|
|
private List<AccountVO> children;
|
|
|
|
|
|
/**
|