dcs 5 месяцев назад
Родитель
Сommit
9255c39d51
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      virgo.file/src/main/java/com/bosshand/virgo/file/model/Node.java

+ 3 - 0
virgo.file/src/main/java/com/bosshand/virgo/file/model/Node.java

@@ -1,7 +1,10 @@
 package com.bosshand.virgo.file.model;
 
+import com.fasterxml.jackson.annotation.JsonInclude;
+
 import java.io.Serializable;
 
+@JsonInclude(JsonInclude.Include.NON_NULL)
 public class Node implements Serializable{
 
 	/**